Shades of Shocking Pink #F51DCC
Tints of Shocking Pink #F51DCC
RGB
CMYK
RGB Variations
Color information
#F51DCC (or 0xF51DCC) is known color: Shocking Pink. HEX triplet: F5, 1D and CC. RGB value is (245,29,204). Sum of RGB (Red+Green+Blue) = 245+29+204=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DCC is #0AE233. Grayscale: #717171. Windows color (decimal): -713268 or 13377013. OLE color: 13377013.
HSL color Cylindrical-coordinate representation of color #F51DCC: hue angle of 311.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51DCC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.04 |
| HSL | 311.39º | 0.92% | 0.54% | - |
| HSV(B) | 311.39º | 0.88% | 0.96% | - |
| XYZ | 48.99 | 24.65 | 59.3 | - |
| YUV | 113.53 | 179.06 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 204 | 0 | 0.88 | 0.17 | 0.04 | 311.39 | 0.92 | 0.54 |
| Hex | F5 | 1D | CC | 0 | 58 | 11 | 4 | 137 | 5C | 36 |
| Octal | 365 | 35 | 314 | 0 | 130 | 21 | 4 | 467 | 134 | 66 |
| Binary | 11110101 | 11101 | 11001100 | 0 | 1011000 | 10001 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F51DCC
Complementary color
Monochromatic Colors of #F51DCC
Black with #F51DCC
Text Example
Text Example
White with #F51DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DCC; }
p { color: rgb(245,29,204); }
H1.HeaderClassName
{
color: #F51DCC;
}
.AnyTagClassName
{
color: #F51DCC;
}
</style>
background-color css
<style>
a { background-color: #F51DCC; }
a { background-color: rgb(245,29,204); }
div.DivClassName
{
background-color: #F51DCC;
}
.BgClassName
{
background-color: #F51DCC;
}
</style>
border-color css
<style>
span { border-color: #F51DCC; }
span { border-color: rgb(245,29,204); }
td.TdClassName
{
border-color: #F51DCC;
}
.TagClassName
{
border-color: #F51DCC;
}
</style>