Shades of Shocking #F092CA
Tints of Shocking #F092CA
RGB
CMYK
RGB Variations
Color information
#F092CA (or 0xF092CA) is known color: Shocking. HEX triplet: F0, 92 and CA. RGB value is (240,146,202). Sum of RGB (Red+Green+Blue) = 240+146+202=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F092CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092CA is #0F6D35. Grayscale: #B4B4B4. Windows color (decimal): -1010998 or 13275888. OLE color: 13275888.
HSL color Cylindrical-coordinate representation of color #F092CA: hue angle of 324.26º 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 #F092CA is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 202 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.06 |
| HSL | 324.26º | 0.76% | 0.76% | - |
| HSV(B) | 324.26º | 0.39% | 0.94% | - |
| XYZ | 56.87 | 43.35 | 61.25 | - |
| YUV | 180.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 202 | 0 | 0.39 | 0.16 | 0.06 | 324.26 | 0.76 | 0.76 |
| Hex | F0 | 92 | CA | 0 | 27 | 10 | 6 | 144 | 4C | 4C |
| Octal | 360 | 222 | 312 | 0 | 47 | 20 | 6 | 504 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11001010 | 0 | 100111 | 10000 | 110 | 101000100 | 1001100 | 1001100 |
Color Harmonies of #F092CA
Complementary color
Monochromatic Colors of #F092CA
Black with #F092CA
Text Example
Text Example
White with #F092CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092CA; }
p { color: rgb(240,146,202); }
H1.HeaderClassName
{
color: #F092CA;
}
.AnyTagClassName
{
color: #F092CA;
}
</style>
background-color css
<style>
a { background-color: #F092CA; }
a { background-color: rgb(240,146,202); }
div.DivClassName
{
background-color: #F092CA;
}
.BgClassName
{
background-color: #F092CA;
}
</style>
border-color css
<style>
span { border-color: #F092CA; }
span { border-color: rgb(240,146,202); }
td.TdClassName
{
border-color: #F092CA;
}
.TagClassName
{
border-color: #F092CA;
}
</style>