#F08FB0

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

Shades of Illusion #F08FB0

Tints of Illusion #F08FB0

Color information

#F08FB0 (or 0xF08FB0) is unknown color: approx Illusion. HEX triplet: F0, 8F and B0. RGB value is (240,143,176). Sum of RGB (Red+Green+Blue) = 240+143+176=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FB0 is #0F704F. Grayscale: #AFAFAF. Windows color (decimal): -1011792 or 11571184. OLE color: 11571184.

HSL color Cylindrical-coordinate representation of color #F08FB0: hue angle of 339.59º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FB0 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240143176-
CMYK00.400.270.06
HSL339.59º76.38%75.1%-
HSV(B)339.59º40.42%94.12%-
XYZ53.5941.346.22-
YUV175.76128.14173.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=42.93%
G=25.58%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014317600.400.270.06339.5976.3875.1
HexF08FB00281B61544c4b
Octal360217260050336524114113
Binary11110000100011111011000001010001101111010101010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FB0; }

 p { color: rgb(240,143,176); }

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

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

 a { background-color: rgb(240,143,176); }

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

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

 span { border-color: rgb(240,143,176); }

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