Shades of Illusion #F99CB5
Tints of Illusion #F99CB5
RGB
CMYK
RGB Variations
Color information
#F99CB5 (or 0xF99CB5) is known color: Illusion. HEX triplet: F9, 9C and B5. RGB value is (249,156,181). Sum of RGB (Red+Green+Blue) = 249+156+181=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CB5 is #06634A. Grayscale: #BABABA. Windows color (decimal): -418635 or 11902201. OLE color: 11902201.
HSL color Cylindrical-coordinate representation of color #F99CB5: hue angle of 343.87º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CB5 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 181 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.02 |
| HSL | 343.87º | 0.89% | 0.79% | - |
| HSV(B) | 343.87º | 0.37% | 0.98% | - |
| XYZ | 59.3 | 47.25 | 49.71 | - |
| YUV | 186.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 181 | 0 | 0.37 | 0.27 | 0.02 | 343.87 | 0.89 | 0.79 |
| Hex | F9 | 9C | B5 | 0 | 25 | 1B | 2 | 158 | 59 | 4F |
| Octal | 371 | 234 | 265 | 0 | 45 | 33 | 2 | 530 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10110101 | 0 | 100101 | 11011 | 10 | 101011000 | 1011001 | 1001111 |
Color Harmonies of #F99CB5
Complementary color
Monochromatic Colors of #F99CB5
Black with #F99CB5
Text Example
Text Example
White with #F99CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CB5; }
p { color: rgb(249,156,181); }
H1.HeaderClassName
{
color: #F99CB5;
}
.AnyTagClassName
{
color: #F99CB5;
}
</style>
background-color css
<style>
a { background-color: #F99CB5; }
a { background-color: rgb(249,156,181); }
div.DivClassName
{
background-color: #F99CB5;
}
.BgClassName
{
background-color: #F99CB5;
}
</style>
border-color css
<style>
span { border-color: #F99CB5; }
span { border-color: rgb(249,156,181); }
td.TdClassName
{
border-color: #F99CB5;
}
.TagClassName
{
border-color: #F99CB5;
}
</style>