#FE78BF

Color #FE78BF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FE78BF

Tints of Persian Pink #FE78BF

Color information

#FE78BF (or 0xFE78BF) is unknown color: approx Persian Pink. HEX triplet: FE, 78 and BF. RGB value is (254,120,191). Sum of RGB (Red+Green+Blue) = 254+120+191=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78BF is #018740. Grayscale: #A8A8A8. Windows color (decimal): -100161 or 12548350. OLE color: 12548350.

HSL color Cylindrical-coordinate representation of color #FE78BF: hue angle of 328.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE78BF is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254120191-
CMYK00.530.250.00
HSL328.21º98.53%73.33%-
HSV(B)328.21º52.76%99.61%-
XYZ56.9938.2753.67-
YUV168.16140.89189.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 120 (47.27% from 255) = 21.24%
BLUE value IS 191 (75% from 255) = 33.81%
R=44.96%
G=21.24%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412019100.530.250.00328.2198.5373.33
HexFE78BF0351901486349
Octal376170277065310510143111
Binary11111110111100010111111011010111001010100100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE78BF; }

 p { color: rgb(254,120,191); }

 H1.HeaderClassName
 {
   color: #FE78BF;
 }
 .AnyTagClassName
 {
   color: #FE78BF;
 }
</style>
background-color css

<style>
 a { background-color: #FE78BF; }

 a { background-color: rgb(254,120,191); }

 div.DivClassName
 {
   background-color: #FE78BF;
 }
 .BgClassName
 {
   background-color: #FE78BF;
 }
</style>
border-color css

<style>
 span { border-color: #FE78BF; }

 span { border-color: rgb(254,120,191); }

 td.TdClassName
 {
   border-color: #FE78BF;
 }
 .TagClassName
 {
   border-color: #FE78BF;
 }
</style>