Shades of Shocking Pink #F91FCB
Tints of Shocking Pink #F91FCB
RGB
CMYK
RGB Variations
Color information
#F91FCB (or 0xF91FCB) is known color: Shocking Pink. HEX triplet: F9, 1F and CB. RGB value is (249,31,203). Sum of RGB (Red+Green+Blue) = 249+31+203=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91FCB is #06E034. Grayscale: #737373. Windows color (decimal): -450613 or 13311993. OLE color: 13311993.
HSL color Cylindrical-coordinate representation of color #F91FCB: hue angle of 312.66º 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 #F91FCB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 203 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312.66º | 0.95% | 0.55% | - |
| HSV(B) | 312.66º | 0.88% | 0.98% | - |
| XYZ | 50.34 | 25.43 | 58.76 | - |
| YUV | 115.79 | 177.22 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 203 | 0 | 0.88 | 0.18 | 0.02 | 312.66 | 0.95 | 0.55 |
| Hex | F9 | 1F | CB | 0 | 58 | 12 | 2 | 139 | 5F | 37 |
| Octal | 371 | 37 | 313 | 0 | 130 | 22 | 2 | 471 | 137 | 67 |
| Binary | 11111001 | 11111 | 11001011 | 0 | 1011000 | 10010 | 10 | 100111001 | 1011111 | 110111 |
Color Harmonies of #F91FCB
Complementary color
Monochromatic Colors of #F91FCB
Black with #F91FCB
Text Example
Text Example
White with #F91FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FCB; }
p { color: rgb(249,31,203); }
H1.HeaderClassName
{
color: #F91FCB;
}
.AnyTagClassName
{
color: #F91FCB;
}
</style>
background-color css
<style>
a { background-color: #F91FCB; }
a { background-color: rgb(249,31,203); }
div.DivClassName
{
background-color: #F91FCB;
}
.BgClassName
{
background-color: #F91FCB;
}
</style>
border-color css
<style>
span { border-color: #F91FCB; }
span { border-color: rgb(249,31,203); }
td.TdClassName
{
border-color: #F91FCB;
}
.TagClassName
{
border-color: #F91FCB;
}
</style>