Shades of Shocking Pink #F91ECC
Tints of Shocking Pink #F91ECC
RGB
CMYK
RGB Variations
Color information
#F91ECC (or 0xF91ECC) is known color: Shocking Pink. HEX triplet: F9, 1E and CC. RGB value is (249,30,204). Sum of RGB (Red+Green+Blue) = 249+30+204=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ECC is #06E133. Grayscale: #727272. Windows color (decimal): -450868 or 13377273. OLE color: 13377273.
HSL color Cylindrical-coordinate representation of color #F91ECC: hue angle of 312.33º 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 #F91ECC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312.33º | 0.95% | 0.55% | - |
| HSV(B) | 312.33º | 0.88% | 0.98% | - |
| XYZ | 50.43 | 25.43 | 59.38 | - |
| YUV | 115.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 204 | 0 | 0.88 | 0.18 | 0.02 | 312.33 | 0.95 | 0.55 |
| Hex | F9 | 1E | CC | 0 | 58 | 12 | 2 | 138 | 5F | 37 |
| Octal | 371 | 36 | 314 | 0 | 130 | 22 | 2 | 470 | 137 | 67 |
| Binary | 11111001 | 11110 | 11001100 | 0 | 1011000 | 10010 | 10 | 100111000 | 1011111 | 110111 |
Color Harmonies of #F91ECC
Complementary color
Monochromatic Colors of #F91ECC
Black with #F91ECC
Text Example
Text Example
White with #F91ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ECC; }
p { color: rgb(249,30,204); }
H1.HeaderClassName
{
color: #F91ECC;
}
.AnyTagClassName
{
color: #F91ECC;
}
</style>
background-color css
<style>
a { background-color: #F91ECC; }
a { background-color: rgb(249,30,204); }
div.DivClassName
{
background-color: #F91ECC;
}
.BgClassName
{
background-color: #F91ECC;
}
</style>
border-color css
<style>
span { border-color: #F91ECC; }
span { border-color: rgb(249,30,204); }
td.TdClassName
{
border-color: #F91ECC;
}
.TagClassName
{
border-color: #F91ECC;
}
</style>