Shades of Illusion #F092B2
Tints of Illusion #F092B2
RGB
CMYK
RGB Variations
Color information
#F092B2 (or 0xF092B2) is known color: Illusion. HEX triplet: F0, 92 and B2. RGB value is (240,146,178). Sum of RGB (Red+Green+Blue) = 240+146+178=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F092B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F092B2 is #0F6D4D. Grayscale: #B1B1B1. Windows color (decimal): -1011022 or 11703024. OLE color: 11703024.
HSL color Cylindrical-coordinate representation of color #F092B2: hue angle of 339.57º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092B2 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 178 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.06 |
| HSL | 339.57º | 0.76% | 0.76% | - |
| HSV(B) | 339.57º | 0.39% | 0.94% | - |
| XYZ | 54.25 | 42.3 | 47.42 | - |
| YUV | 177.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 178 | 0 | 0.39 | 0.26 | 0.06 | 339.57 | 0.76 | 0.76 |
| Hex | F0 | 92 | B2 | 0 | 27 | 1A | 6 | 154 | 4C | 4C |
| Octal | 360 | 222 | 262 | 0 | 47 | 32 | 6 | 524 | 114 | 114 |
| Binary | 11110000 | 10010010 | 10110010 | 0 | 100111 | 11010 | 110 | 101010100 | 1001100 | 1001100 |
Color Harmonies of #F092B2
Complementary color
Monochromatic Colors of #F092B2
Black with #F092B2
Text Example
Text Example
White with #F092B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092B2; }
p { color: rgb(240,146,178); }
H1.HeaderClassName
{
color: #F092B2;
}
.AnyTagClassName
{
color: #F092B2;
}
</style>
background-color css
<style>
a { background-color: #F092B2; }
a { background-color: rgb(240,146,178); }
div.DivClassName
{
background-color: #F092B2;
}
.BgClassName
{
background-color: #F092B2;
}
</style>
border-color css
<style>
span { border-color: #F092B2; }
span { border-color: rgb(240,146,178); }
td.TdClassName
{
border-color: #F092B2;
}
.TagClassName
{
border-color: #F092B2;
}
</style>