Shades of Shocking #F090C0
Tints of Shocking #F090C0
RGB
CMYK
RGB Variations
Color information
#F090C0 (or 0xF090C0) is known color: Shocking. HEX triplet: F0, 90 and C0. RGB value is (240,144,192). Sum of RGB (Red+Green+Blue) = 240+144+192=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C0 is #0F6F3F. Grayscale: #B2B2B2. Windows color (decimal): -1011520 or 12620016. OLE color: 12620016.
HSL color Cylindrical-coordinate representation of color #F090C0: hue angle of 330º 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 #F090C0 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 192 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.06 |
| HSL | 330º | 0.76% | 0.75% | - |
| HSV(B) | 330º | 0.4% | 0.94% | - |
| XYZ | 55.42 | 42.28 | 55.11 | - |
| YUV | 178.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 192 | 0 | 0.4 | 0.20 | 0.06 | 330 | 0.76 | 0.75 |
| Hex | F0 | 90 | C0 | 0 | 28 | 14 | 6 | 14A | 4C | 4B |
| Octal | 360 | 220 | 300 | 0 | 50 | 24 | 6 | 512 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11000000 | 0 | 101000 | 10100 | 110 | 101001010 | 1001100 | 1001011 |
Color Harmonies of #F090C0
Complementary color
Monochromatic Colors of #F090C0
Black with #F090C0
Text Example
Text Example
White with #F090C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090C0; }
p { color: rgb(240,144,192); }
H1.HeaderClassName
{
color: #F090C0;
}
.AnyTagClassName
{
color: #F090C0;
}
</style>
background-color css
<style>
a { background-color: #F090C0; }
a { background-color: rgb(240,144,192); }
div.DivClassName
{
background-color: #F090C0;
}
.BgClassName
{
background-color: #F090C0;
}
</style>
border-color css
<style>
span { border-color: #F090C0; }
span { border-color: rgb(240,144,192); }
td.TdClassName
{
border-color: #F090C0;
}
.TagClassName
{
border-color: #F090C0;
}
</style>