Shades of Illusion #F08BAF
Tints of Illusion #F08BAF
RGB
CMYK
RGB Variations
Color information
#F08BAF (or 0xF08BAF) is known color: Illusion. HEX triplet: F0, 8B and AF. RGB value is (240,139,175). Sum of RGB (Red+Green+Blue) = 240+139+175=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BAF is #0F7450. Grayscale: #ADADAD. Windows color (decimal): -1012817 or 11504624. OLE color: 11504624.
HSL color Cylindrical-coordinate representation of color #F08BAF: hue angle of 338.61º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BAF is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 175 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.06 |
| HSL | 338.61º | 0.77% | 0.74% | - |
| HSV(B) | 338.61º | 0.42% | 0.94% | - |
| XYZ | 52.91 | 40.09 | 45.51 | - |
| YUV | 173.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 175 | 0 | 0.42 | 0.27 | 0.06 | 338.61 | 0.77 | 0.74 |
| Hex | F0 | 8B | AF | 0 | 2A | 1B | 6 | 153 | 4D | 4A |
| Octal | 360 | 213 | 257 | 0 | 52 | 33 | 6 | 523 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10101111 | 0 | 101010 | 11011 | 110 | 101010011 | 1001101 | 1001010 |
Color Harmonies of #F08BAF
Complementary color
Monochromatic Colors of #F08BAF
Black with #F08BAF
Text Example
Text Example
White with #F08BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BAF; }
p { color: rgb(240,139,175); }
H1.HeaderClassName
{
color: #F08BAF;
}
.AnyTagClassName
{
color: #F08BAF;
}
</style>
background-color css
<style>
a { background-color: #F08BAF; }
a { background-color: rgb(240,139,175); }
div.DivClassName
{
background-color: #F08BAF;
}
.BgClassName
{
background-color: #F08BAF;
}
</style>
border-color css
<style>
span { border-color: #F08BAF; }
span { border-color: rgb(240,139,175); }
td.TdClassName
{
border-color: #F08BAF;
}
.TagClassName
{
border-color: #F08BAF;
}
</style>