Shades of Shocking Pink #F51DC0
Tints of Shocking Pink #F51DC0
RGB
CMYK
RGB Variations
Color information
#F51DC0 (or 0xF51DC0) is known color: Shocking Pink. HEX triplet: F5, 1D and C0. RGB value is (245,29,192). Sum of RGB (Red+Green+Blue) = 245+29+192=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DC0 is #0AE23F. Grayscale: #6F6F6F. Windows color (decimal): -713280 or 12590581. OLE color: 12590581.
HSL color Cylindrical-coordinate representation of color #F51DC0: hue angle of 314.72º 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 #F51DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.04 |
| HSL | 314.72º | 0.92% | 0.54% | - |
| HSV(B) | 314.72º | 0.88% | 0.96% | - |
| XYZ | 47.61 | 24.1 | 52.01 | - |
| YUV | 112.17 | 173.06 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 192 | 0 | 0.88 | 0.22 | 0.04 | 314.72 | 0.92 | 0.54 |
| Hex | F5 | 1D | C0 | 0 | 58 | 16 | 4 | 13B | 5C | 36 |
| Octal | 365 | 35 | 300 | 0 | 130 | 26 | 4 | 473 | 134 | 66 |
| Binary | 11110101 | 11101 | 11000000 | 0 | 1011000 | 10110 | 100 | 100111011 | 1011100 | 110110 |
Color Harmonies of #F51DC0
Complementary color
Monochromatic Colors of #F51DC0
Black with #F51DC0
Text Example
Text Example
White with #F51DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DC0; }
p { color: rgb(245,29,192); }
H1.HeaderClassName
{
color: #F51DC0;
}
.AnyTagClassName
{
color: #F51DC0;
}
</style>
background-color css
<style>
a { background-color: #F51DC0; }
a { background-color: rgb(245,29,192); }
div.DivClassName
{
background-color: #F51DC0;
}
.BgClassName
{
background-color: #F51DC0;
}
</style>
border-color css
<style>
span { border-color: #F51DC0; }
span { border-color: rgb(245,29,192); }
td.TdClassName
{
border-color: #F51DC0;
}
.TagClassName
{
border-color: #F51DC0;
}
</style>