Shades of Shocking Pink #F91EC9
Tints of Shocking Pink #F91EC9
RGB
CMYK
RGB Variations
Color information
#F91EC9 (or 0xF91EC9) is known color: Shocking Pink. HEX triplet: F9, 1E and C9. RGB value is (249,30,201). Sum of RGB (Red+Green+Blue) = 249+30+201=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EC9 is #06E136. Grayscale: #727272. Windows color (decimal): -450871 or 13180665. OLE color: 13180665.
HSL color Cylindrical-coordinate representation of color #F91EC9: hue angle of 313.15º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EC9 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 201 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 313.15º | 0.95% | 0.55% | - |
| HSV(B) | 313.15º | 0.88% | 0.98% | - |
| XYZ | 50.07 | 25.29 | 57.5 | - |
| YUV | 114.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 201 | 0 | 0.88 | 0.19 | 0.02 | 313.15 | 0.95 | 0.55 |
| Hex | F9 | 1E | C9 | 0 | 58 | 13 | 2 | 139 | 5F | 37 |
| Octal | 371 | 36 | 311 | 0 | 130 | 23 | 2 | 471 | 137 | 67 |
| Binary | 11111001 | 11110 | 11001001 | 0 | 1011000 | 10011 | 10 | 100111001 | 1011111 | 110111 |
Color Harmonies of #F91EC9
Complementary color
Monochromatic Colors of #F91EC9
Black with #F91EC9
Text Example
Text Example
White with #F91EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EC9; }
p { color: rgb(249,30,201); }
H1.HeaderClassName
{
color: #F91EC9;
}
.AnyTagClassName
{
color: #F91EC9;
}
</style>
background-color css
<style>
a { background-color: #F91EC9; }
a { background-color: rgb(249,30,201); }
div.DivClassName
{
background-color: #F91EC9;
}
.BgClassName
{
background-color: #F91EC9;
}
</style>
border-color css
<style>
span { border-color: #F91EC9; }
span { border-color: rgb(249,30,201); }
td.TdClassName
{
border-color: #F91EC9;
}
.TagClassName
{
border-color: #F91EC9;
}
</style>