Shades of Shocking Pink #F91DC9
Tints of Shocking Pink #F91DC9
RGB
CMYK
RGB Variations
Color information
#F91DC9 (or 0xF91DC9) is known color: Shocking Pink. HEX triplet: F9, 1D and C9. RGB value is (249,29,201). Sum of RGB (Red+Green+Blue) = 249+29+201=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DC9 is #06E236. Grayscale: #717171. Windows color (decimal): -451127 or 13180409. OLE color: 13180409.
HSL color Cylindrical-coordinate representation of color #F91DC9: hue angle of 313.09º 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 #F91DC9 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 201 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 313.09º | 0.95% | 0.55% | - |
| HSV(B) | 313.09º | 0.88% | 0.98% | - |
| XYZ | 50.05 | 25.24 | 57.49 | - |
| YUV | 114.39 | 176.89 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 201 | 0 | 0.88 | 0.19 | 0.02 | 313.09 | 0.95 | 0.55 |
| Hex | F9 | 1D | C9 | 0 | 58 | 13 | 2 | 139 | 5F | 37 |
| Octal | 371 | 35 | 311 | 0 | 130 | 23 | 2 | 471 | 137 | 67 |
| Binary | 11111001 | 11101 | 11001001 | 0 | 1011000 | 10011 | 10 | 100111001 | 1011111 | 110111 |
Color Harmonies of #F91DC9
Complementary color
Monochromatic Colors of #F91DC9
Black with #F91DC9
Text Example
Text Example
White with #F91DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DC9; }
p { color: rgb(249,29,201); }
H1.HeaderClassName
{
color: #F91DC9;
}
.AnyTagClassName
{
color: #F91DC9;
}
</style>
background-color css
<style>
a { background-color: #F91DC9; }
a { background-color: rgb(249,29,201); }
div.DivClassName
{
background-color: #F91DC9;
}
.BgClassName
{
background-color: #F91DC9;
}
</style>
border-color css
<style>
span { border-color: #F91DC9; }
span { border-color: rgb(249,29,201); }
td.TdClassName
{
border-color: #F91DC9;
}
.TagClassName
{
border-color: #F91DC9;
}
</style>