Shades of Shocking #F093C9
Tints of Shocking #F093C9
RGB
CMYK
RGB Variations
Color information
#F093C9 (or 0xF093C9) is known color: Shocking. HEX triplet: F0, 93 and C9. RGB value is (240,147,201). Sum of RGB (Red+Green+Blue) = 240+147+201=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F093C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093C9 is #0F6C36. Grayscale: #B4B4B4. Windows color (decimal): -1010743 or 13210608. OLE color: 13210608.
HSL color Cylindrical-coordinate representation of color #F093C9: hue angle of 325.16º 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 #F093C9 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 201 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.06 |
| HSL | 325.16º | 0.76% | 0.76% | - |
| HSV(B) | 325.16º | 0.39% | 0.94% | - |
| XYZ | 56.91 | 43.61 | 60.68 | - |
| YUV | 180.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 201 | 0 | 0.39 | 0.16 | 0.06 | 325.16 | 0.76 | 0.76 |
| Hex | F0 | 93 | C9 | 0 | 27 | 10 | 6 | 145 | 4C | 4C |
| Octal | 360 | 223 | 311 | 0 | 47 | 20 | 6 | 505 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11001001 | 0 | 100111 | 10000 | 110 | 101000101 | 1001100 | 1001100 |
Color Harmonies of #F093C9
Complementary color
Monochromatic Colors of #F093C9
Black with #F093C9
Text Example
Text Example
White with #F093C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093C9; }
p { color: rgb(240,147,201); }
H1.HeaderClassName
{
color: #F093C9;
}
.AnyTagClassName
{
color: #F093C9;
}
</style>
background-color css
<style>
a { background-color: #F093C9; }
a { background-color: rgb(240,147,201); }
div.DivClassName
{
background-color: #F093C9;
}
.BgClassName
{
background-color: #F093C9;
}
</style>
border-color css
<style>
span { border-color: #F093C9; }
span { border-color: rgb(240,147,201); }
td.TdClassName
{
border-color: #F093C9;
}
.TagClassName
{
border-color: #F093C9;
}
</style>