Shades of Shocking Pink #F51FCD
Tints of Shocking Pink #F51FCD
RGB
CMYK
RGB Variations
Color information
#F51FCD (or 0xF51FCD) is known color: Shocking Pink. HEX triplet: F5, 1F and CD. RGB value is (245,31,205). Sum of RGB (Red+Green+Blue) = 245+31+205=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FCD is #0AE032. Grayscale: #727272. Windows color (decimal): -712755 or 13443061. OLE color: 13443061.
HSL color Cylindrical-coordinate representation of color #F51FCD: hue angle of 311.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51FCD is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 205 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.04 |
| HSL | 311.22º | 0.91% | 0.54% | - |
| HSV(B) | 311.22º | 0.87% | 0.96% | - |
| XYZ | 49.17 | 24.8 | 59.95 | - |
| YUV | 114.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 205 | 0 | 0.87 | 0.16 | 0.04 | 311.22 | 0.91 | 0.54 |
| Hex | F5 | 1F | CD | 0 | 57 | 10 | 4 | 137 | 5B | 36 |
| Octal | 365 | 37 | 315 | 0 | 127 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110101 | 11111 | 11001101 | 0 | 1010111 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F51FCD
Complementary color
Monochromatic Colors of #F51FCD
Black with #F51FCD
Text Example
Text Example
White with #F51FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FCD; }
p { color: rgb(245,31,205); }
H1.HeaderClassName
{
color: #F51FCD;
}
.AnyTagClassName
{
color: #F51FCD;
}
</style>
background-color css
<style>
a { background-color: #F51FCD; }
a { background-color: rgb(245,31,205); }
div.DivClassName
{
background-color: #F51FCD;
}
.BgClassName
{
background-color: #F51FCD;
}
</style>
border-color css
<style>
span { border-color: #F51FCD; }
span { border-color: rgb(245,31,205); }
td.TdClassName
{
border-color: #F51FCD;
}
.TagClassName
{
border-color: #F51FCD;
}
</style>