#F78FB6

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

Shades of Illusion #F78FB6

Tints of Illusion #F78FB6

Color information

#F78FB6 (or 0xF78FB6) is unknown color: approx Illusion. HEX triplet: F7, 8F and B6. RGB value is (247,143,182). Sum of RGB (Red+Green+Blue) = 247+143+182=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FB6 is #087049. Grayscale: #B2B2B2. Windows color (decimal): -553034 or 11964407. OLE color: 11964407.

HSL color Cylindrical-coordinate representation of color #F78FB6: hue angle of 337.5º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FB6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB247143182-
CMYK00.420.260.03
HSL337.5º86.67%76.47%-
HSV(B)337.5º42.11%96.86%-
XYZ56.6242.849.53-
YUV178.54129.96176.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=43.18%
G=25%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714318200.420.260.03337.586.6776.47
HexF78FB602A1A3152574c
Octal367217266052323522127114
Binary1111011110001111101101100101010110101110101001010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FB6; }

 p { color: rgb(247,143,182); }

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

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

 a { background-color: rgb(247,143,182); }

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

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

 span { border-color: rgb(247,143,182); }

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