Shades of Shocking Pink #F91CC9
Tints of Shocking Pink #F91CC9
RGB
CMYK
RGB Variations
Color information
#F91CC9 (or 0xF91CC9) is known color: Shocking Pink. HEX triplet: F9, 1C and C9. RGB value is (249,28,201). Sum of RGB (Red+Green+Blue) = 249+28+201=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CC9 is #06E336. Grayscale: #717171. Windows color (decimal): -451383 or 13180153. OLE color: 13180153.
HSL color Cylindrical-coordinate representation of color #F91CC9: hue angle of 313.03º 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 #F91CC9 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 201 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.02 |
| HSL | 313.03º | 0.95% | 0.54% | - |
| HSV(B) | 313.03º | 0.89% | 0.98% | - |
| XYZ | 50.02 | 25.19 | 57.48 | - |
| YUV | 113.8 | 177.22 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 201 | 0 | 0.89 | 0.19 | 0.02 | 313.03 | 0.95 | 0.54 |
| Hex | F9 | 1C | C9 | 0 | 59 | 13 | 2 | 139 | 5F | 36 |
| Octal | 371 | 34 | 311 | 0 | 131 | 23 | 2 | 471 | 137 | 66 |
| Binary | 11111001 | 11100 | 11001001 | 0 | 1011001 | 10011 | 10 | 100111001 | 1011111 | 110110 |
Color Harmonies of #F91CC9
Complementary color
Monochromatic Colors of #F91CC9
Black with #F91CC9
Text Example
Text Example
White with #F91CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CC9; }
p { color: rgb(249,28,201); }
H1.HeaderClassName
{
color: #F91CC9;
}
.AnyTagClassName
{
color: #F91CC9;
}
</style>
background-color css
<style>
a { background-color: #F91CC9; }
a { background-color: rgb(249,28,201); }
div.DivClassName
{
background-color: #F91CC9;
}
.BgClassName
{
background-color: #F91CC9;
}
</style>
border-color css
<style>
span { border-color: #F91CC9; }
span { border-color: rgb(249,28,201); }
td.TdClassName
{
border-color: #F91CC9;
}
.TagClassName
{
border-color: #F91CC9;
}
</style>