Shades of Shocking Pink #F91ECD
Tints of Shocking Pink #F91ECD
RGB
CMYK
RGB Variations
Color information
#F91ECD (or 0xF91ECD) is known color: Shocking Pink. HEX triplet: F9, 1E and CD. RGB value is (249,30,205). Sum of RGB (Red+Green+Blue) = 249+30+205=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ECD is #06E132. Grayscale: #727272. Windows color (decimal): -450867 or 13442809. OLE color: 13442809.
HSL color Cylindrical-coordinate representation of color #F91ECD: hue angle of 312.05º 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 #F91ECD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 205 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312.05º | 0.95% | 0.55% | - |
| HSV(B) | 312.05º | 0.88% | 0.98% | - |
| XYZ | 50.55 | 25.48 | 60.01 | - |
| YUV | 115.43 | 178.55 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 205 | 0 | 0.88 | 0.18 | 0.02 | 312.05 | 0.95 | 0.55 |
| Hex | F9 | 1E | CD | 0 | 58 | 12 | 2 | 138 | 5F | 37 |
| Octal | 371 | 36 | 315 | 0 | 130 | 22 | 2 | 470 | 137 | 67 |
| Binary | 11111001 | 11110 | 11001101 | 0 | 1011000 | 10010 | 10 | 100111000 | 1011111 | 110111 |
Color Harmonies of #F91ECD
Complementary color
Monochromatic Colors of #F91ECD
Black with #F91ECD
Text Example
Text Example
White with #F91ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ECD; }
p { color: rgb(249,30,205); }
H1.HeaderClassName
{
color: #F91ECD;
}
.AnyTagClassName
{
color: #F91ECD;
}
</style>
background-color css
<style>
a { background-color: #F91ECD; }
a { background-color: rgb(249,30,205); }
div.DivClassName
{
background-color: #F91ECD;
}
.BgClassName
{
background-color: #F91ECD;
}
</style>
border-color css
<style>
span { border-color: #F91ECD; }
span { border-color: rgb(249,30,205); }
td.TdClassName
{
border-color: #F91ECD;
}
.TagClassName
{
border-color: #F91ECD;
}
</style>