Shades of Illusion #F090B4
Tints of Illusion #F090B4
RGB
CMYK
RGB Variations
Color information
#F090B4 (or 0xF090B4) is known color: Illusion. HEX triplet: F0, 90 and B4. RGB value is (240,144,180). Sum of RGB (Red+Green+Blue) = 240+144+180=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F090B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090B4 is #0F6F4B. Grayscale: #B0B0B0. Windows color (decimal): -1011532 or 11833584. OLE color: 11833584.
HSL color Cylindrical-coordinate representation of color #F090B4: hue angle of 337.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090B4 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 180 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.06 |
| HSL | 337.5º | 0.76% | 0.75% | - |
| HSV(B) | 337.5º | 0.4% | 0.94% | - |
| XYZ | 54.15 | 41.77 | 48.39 | - |
| YUV | 176.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 180 | 0 | 0.4 | 0.25 | 0.06 | 337.5 | 0.76 | 0.75 |
| Hex | F0 | 90 | B4 | 0 | 28 | 19 | 6 | 152 | 4C | 4B |
| Octal | 360 | 220 | 264 | 0 | 50 | 31 | 6 | 522 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10110100 | 0 | 101000 | 11001 | 110 | 101010010 | 1001100 | 1001011 |
Color Harmonies of #F090B4
Complementary color
Monochromatic Colors of #F090B4
Black with #F090B4
Text Example
Text Example
White with #F090B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090B4; }
p { color: rgb(240,144,180); }
H1.HeaderClassName
{
color: #F090B4;
}
.AnyTagClassName
{
color: #F090B4;
}
</style>
background-color css
<style>
a { background-color: #F090B4; }
a { background-color: rgb(240,144,180); }
div.DivClassName
{
background-color: #F090B4;
}
.BgClassName
{
background-color: #F090B4;
}
</style>
border-color css
<style>
span { border-color: #F090B4; }
span { border-color: rgb(240,144,180); }
td.TdClassName
{
border-color: #F090B4;
}
.TagClassName
{
border-color: #F090B4;
}
</style>