Shades of Shocking Pink #F91CCC
Tints of Shocking Pink #F91CCC
RGB
CMYK
RGB Variations
Color information
#F91CCC (or 0xF91CCC) is known color: Shocking Pink. HEX triplet: F9, 1C and CC. RGB value is (249,28,204). Sum of RGB (Red+Green+Blue) = 249+28+204=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CCC is #06E333. Grayscale: #717171. Windows color (decimal): -451380 or 13376761. OLE color: 13376761.
HSL color Cylindrical-coordinate representation of color #F91CCC: hue angle of 312.22º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CCC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.02 |
| HSL | 312.22º | 0.95% | 0.54% | - |
| HSV(B) | 312.22º | 0.89% | 0.98% | - |
| XYZ | 50.38 | 25.33 | 59.36 | - |
| YUV | 114.14 | 178.72 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 204 | 0 | 0.89 | 0.18 | 0.02 | 312.22 | 0.95 | 0.54 |
| Hex | F9 | 1C | CC | 0 | 59 | 12 | 2 | 138 | 5F | 36 |
| Octal | 371 | 34 | 314 | 0 | 131 | 22 | 2 | 470 | 137 | 66 |
| Binary | 11111001 | 11100 | 11001100 | 0 | 1011001 | 10010 | 10 | 100111000 | 1011111 | 110110 |
Color Harmonies of #F91CCC
Complementary color
Monochromatic Colors of #F91CCC
Black with #F91CCC
Text Example
Text Example
White with #F91CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CCC; }
p { color: rgb(249,28,204); }
H1.HeaderClassName
{
color: #F91CCC;
}
.AnyTagClassName
{
color: #F91CCC;
}
</style>
background-color css
<style>
a { background-color: #F91CCC; }
a { background-color: rgb(249,28,204); }
div.DivClassName
{
background-color: #F91CCC;
}
.BgClassName
{
background-color: #F91CCC;
}
</style>
border-color css
<style>
span { border-color: #F91CCC; }
span { border-color: rgb(249,28,204); }
td.TdClassName
{
border-color: #F91CCC;
}
.TagClassName
{
border-color: #F91CCC;
}
</style>