#F08FB3

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

Shades of Illusion #F08FB3

Tints of Illusion #F08FB3

Color information

#F08FB3 (or 0xF08FB3) is unknown color: approx Illusion. HEX triplet: F0, 8F and B3. RGB value is (240,143,179). Sum of RGB (Red+Green+Blue) = 240+143+179=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FB3 is #0F704C. Grayscale: #B0B0B0. Windows color (decimal): -1011789 or 11767792. OLE color: 11767792.

HSL color Cylindrical-coordinate representation of color #F08FB3: hue angle of 337.73º 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 #F08FB3 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240143179-
CMYK00.400.250.06
HSL337.73º76.38%75.1%-
HSV(B)337.73º40.42%94.12%-
XYZ53.8941.4247.8-
YUV176.11129.64173.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=42.70%
G=25.44%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014317900.400.250.06337.7376.3875.1
HexF08FB30281961524c4b
Octal360217263050316522114113
Binary11110000100011111011001101010001100111010101001010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FB3; }

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

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

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

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

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

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

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

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