Shades of Illusion #F09DB2
Tints of Illusion #F09DB2
RGB
CMYK
RGB Variations
Color information
#F09DB2 (or 0xF09DB2) is known color: Illusion. HEX triplet: F0, 9D and B2. RGB value is (240,157,178). Sum of RGB (Red+Green+Blue) = 240+157+178=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DB2 is #0F624D. Grayscale: #B8B8B8. Windows color (decimal): -1008206 or 11705840. OLE color: 11705840.
HSL color Cylindrical-coordinate representation of color #F09DB2: hue angle of 344.82º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DB2 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 157 | 178 | - |
CMYK | 0 | 0.35 | 0.26 | 0.06 |
HSL | 344.82º | 0.73% | 0.78% | - |
HSV(B) | 344.82º | 0.35% | 0.94% | - |
XYZ | 56.03 | 45.85 | 48.02 | - |
YUV | 184.21 | 124.5 | 167.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 157 | 178 | 0 | 0.35 | 0.26 | 0.06 | 344.82 | 0.73 | 0.78 |
Hex | F0 | 9D | B2 | 0 | 23 | 1A | 6 | 159 | 49 | 4E |
Octal | 360 | 235 | 262 | 0 | 43 | 32 | 6 | 531 | 111 | 116 |
Binary | 11110000 | 10011101 | 10110010 | 0 | 100011 | 11010 | 110 | 101011001 | 1001001 | 1001110 |
Color Harmonies of #F09DB2
Complementary color
Monochromatic Colors of #F09DB2
Black with #F09DB2
Text Example
Text Example
White with #F09DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DB2; }
p { color: rgb(240,157,178); }
H1.HeaderClassName
{
color: #F09DB2;
}
.AnyTagClassName
{
color: #F09DB2;
}
</style>
background-color css
<style>
a { background-color: #F09DB2; }
a { background-color: rgb(240,157,178); }
div.DivClassName
{
background-color: #F09DB2;
}
.BgClassName
{
background-color: #F09DB2;
}
</style>
border-color css
<style>
span { border-color: #F09DB2; }
span { border-color: rgb(240,157,178); }
td.TdClassName
{
border-color: #F09DB2;
}
.TagClassName
{
border-color: #F09DB2;
}
</style>