Shades of Shocking Pink #F91DCD
Tints of Shocking Pink #F91DCD
RGB
CMYK
RGB Variations
Color information
#F91DCD (or 0xF91DCD) is known color: Shocking Pink. HEX triplet: F9, 1D and CD. RGB value is (249,29,205). Sum of RGB (Red+Green+Blue) = 249+29+205=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DCD is #06E232. Grayscale: #727272. Windows color (decimal): -451123 or 13442553. OLE color: 13442553.
HSL color Cylindrical-coordinate representation of color #F91DCD: hue angle of 312º 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 #F91DCD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312º | 0.95% | 0.55% | - |
| HSV(B) | 312º | 0.88% | 0.98% | - |
| XYZ | 50.53 | 25.43 | 60 | - |
| YUV | 114.84 | 178.89 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 205 | 0 | 0.88 | 0.18 | 0.02 | 312 | 0.95 | 0.55 |
| Hex | F9 | 1D | CD | 0 | 58 | 12 | 2 | 138 | 5F | 37 |
| Octal | 371 | 35 | 315 | 0 | 130 | 22 | 2 | 470 | 137 | 67 |
| Binary | 11111001 | 11101 | 11001101 | 0 | 1011000 | 10010 | 10 | 100111000 | 1011111 | 110111 |
Color Harmonies of #F91DCD
Complementary color
Monochromatic Colors of #F91DCD
Black with #F91DCD
Text Example
Text Example
White with #F91DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DCD; }
p { color: rgb(249,29,205); }
H1.HeaderClassName
{
color: #F91DCD;
}
.AnyTagClassName
{
color: #F91DCD;
}
</style>
background-color css
<style>
a { background-color: #F91DCD; }
a { background-color: rgb(249,29,205); }
div.DivClassName
{
background-color: #F91DCD;
}
.BgClassName
{
background-color: #F91DCD;
}
</style>
border-color css
<style>
span { border-color: #F91DCD; }
span { border-color: rgb(249,29,205); }
td.TdClassName
{
border-color: #F91DCD;
}
.TagClassName
{
border-color: #F91DCD;
}
</style>