#F08CB1

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

Shades of Illusion #F08CB1

Tints of Illusion #F08CB1

Color information

#F08CB1 (or 0xF08CB1) is unknown color: approx Illusion. HEX triplet: F0, 8C and B1. RGB value is (240,140,177). Sum of RGB (Red+Green+Blue) = 240+140+177=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08CB1 is #0F734E. Grayscale: #AEAEAE. Windows color (decimal): -1012559 or 11635952. OLE color: 11635952.

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

Color convert

RGB240140177-
CMYK00.420.260.06
HSL337.8º76.92%74.51%-
HSV(B)337.8º41.67%94.12%-
XYZ53.2540.4646.6-
YUV174.12129.63174.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=43.09%
G=25.13%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014017700.420.260.06337.876.9274.51
HexF08CB102A1A61524d4b
Octal360214261052326522115113
Binary11110000100011001011000101010101101011010101001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CB1; }

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

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

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

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

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

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

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

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