Shades of Shocking #F093C7
Tints of Shocking #F093C7
RGB
CMYK
RGB Variations
Color information
#F093C7 (or 0xF093C7) is known color: Shocking. HEX triplet: F0, 93 and C7. RGB value is (240,147,199). Sum of RGB (Red+Green+Blue) = 240+147+199=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F093C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093C7 is #0F6C38. Grayscale: #B4B4B4. Windows color (decimal): -1010745 or 13079536. OLE color: 13079536.
HSL color Cylindrical-coordinate representation of color #F093C7: hue angle of 326.45º 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 #F093C7 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 199 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.06 |
| HSL | 326.45º | 0.76% | 0.76% | - |
| HSV(B) | 326.45º | 0.39% | 0.94% | - |
| XYZ | 56.68 | 43.52 | 59.45 | - |
| YUV | 180.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 199 | 0 | 0.39 | 0.17 | 0.06 | 326.45 | 0.76 | 0.76 |
| Hex | F0 | 93 | C7 | 0 | 27 | 11 | 6 | 146 | 4C | 4C |
| Octal | 360 | 223 | 307 | 0 | 47 | 21 | 6 | 506 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11000111 | 0 | 100111 | 10001 | 110 | 101000110 | 1001100 | 1001100 |
Color Harmonies of #F093C7
Complementary color
Monochromatic Colors of #F093C7
Black with #F093C7
Text Example
Text Example
White with #F093C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093C7; }
p { color: rgb(240,147,199); }
H1.HeaderClassName
{
color: #F093C7;
}
.AnyTagClassName
{
color: #F093C7;
}
</style>
background-color css
<style>
a { background-color: #F093C7; }
a { background-color: rgb(240,147,199); }
div.DivClassName
{
background-color: #F093C7;
}
.BgClassName
{
background-color: #F093C7;
}
</style>
border-color css
<style>
span { border-color: #F093C7; }
span { border-color: rgb(240,147,199); }
td.TdClassName
{
border-color: #F093C7;
}
.TagClassName
{
border-color: #F093C7;
}
</style>