#F08CB4

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

Shades of Illusion #F08CB4

Tints of Illusion #F08CB4

Color information

#F08CB4 (or 0xF08CB4) is unknown color: approx Illusion. HEX triplet: F0, 8C and B4. RGB value is (240,140,180). Sum of RGB (Red+Green+Blue) = 240+140+180=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CB4 is #0F734B. Grayscale: #AEAEAE. Windows color (decimal): -1012556 or 11832560. OLE color: 11832560.

HSL color Cylindrical-coordinate representation of color #F08CB4: hue angle of 336º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CB4 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240140180-
CMYK00.420.250.06
HSL336º76.92%74.51%-
HSV(B)336º41.67%94.12%-
XYZ53.5540.5848.19-
YUV174.46131.13174.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014018000.420.250.0633676.9274.51
HexF08CB402A1961504d4b
Octal360214264052316520115113
Binary11110000100011001011010001010101100111010101000010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CB4; }

 p { color: rgb(240,140,180); }

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

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

 a { background-color: rgb(240,140,180); }

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

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

 span { border-color: rgb(240,140,180); }

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