Shades of Shocking Pink #F51FCC
Tints of Shocking Pink #F51FCC
RGB
CMYK
RGB Variations
Color information
#F51FCC (or 0xF51FCC) is known color: Shocking Pink. HEX triplet: F5, 1F and CC. RGB value is (245,31,204). Sum of RGB (Red+Green+Blue) = 245+31+204=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FCC is #0AE033. Grayscale: #727272. Windows color (decimal): -712756 or 13377525. OLE color: 13377525.
HSL color Cylindrical-coordinate representation of color #F51FCC: hue angle of 311.5º 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 #F51FCC is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.04 |
| HSL | 311.5º | 0.91% | 0.54% | - |
| HSV(B) | 311.5º | 0.87% | 0.96% | - |
| XYZ | 49.05 | 24.75 | 59.32 | - |
| YUV | 114.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 204 | 0 | 0.87 | 0.17 | 0.04 | 311.5 | 0.91 | 0.54 |
| Hex | F5 | 1F | CC | 0 | 57 | 11 | 4 | 137 | 5B | 36 |
| Octal | 365 | 37 | 314 | 0 | 127 | 21 | 4 | 467 | 133 | 66 |
| Binary | 11110101 | 11111 | 11001100 | 0 | 1010111 | 10001 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F51FCC
Complementary color
Monochromatic Colors of #F51FCC
Black with #F51FCC
Text Example
Text Example
White with #F51FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FCC; }
p { color: rgb(245,31,204); }
H1.HeaderClassName
{
color: #F51FCC;
}
.AnyTagClassName
{
color: #F51FCC;
}
</style>
background-color css
<style>
a { background-color: #F51FCC; }
a { background-color: rgb(245,31,204); }
div.DivClassName
{
background-color: #F51FCC;
}
.BgClassName
{
background-color: #F51FCC;
}
</style>
border-color css
<style>
span { border-color: #F51FCC; }
span { border-color: rgb(245,31,204); }
td.TdClassName
{
border-color: #F51FCC;
}
.TagClassName
{
border-color: #F51FCC;
}
</style>