Shades of Shocking Pink #F51CBC
Tints of Shocking Pink #F51CBC
RGB
CMYK
RGB Variations
Color information
#F51CBC (or 0xF51CBC) is known color: Shocking Pink. HEX triplet: F5, 1C and BC. RGB value is (245,28,188). Sum of RGB (Red+Green+Blue) = 245+28+188=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CBC is #0AE343. Grayscale: #6E6E6E. Windows color (decimal): -713540 or 12328181. OLE color: 12328181.
HSL color Cylindrical-coordinate representation of color #F51CBC: hue angle of 315.76º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CBC is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 188 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.04 |
| HSL | 315.76º | 0.92% | 0.54% | - |
| HSV(B) | 315.76º | 0.89% | 0.96% | - |
| XYZ | 47.15 | 23.87 | 49.7 | - |
| YUV | 111.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 188 | 0 | 0.89 | 0.23 | 0.04 | 315.76 | 0.92 | 0.54 |
| Hex | F5 | 1C | BC | 0 | 59 | 17 | 4 | 13C | 5C | 36 |
| Octal | 365 | 34 | 274 | 0 | 131 | 27 | 4 | 474 | 134 | 66 |
| Binary | 11110101 | 11100 | 10111100 | 0 | 1011001 | 10111 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F51CBC
Complementary color
Monochromatic Colors of #F51CBC
Black with #F51CBC
Text Example
Text Example
White with #F51CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CBC; }
p { color: rgb(245,28,188); }
H1.HeaderClassName
{
color: #F51CBC;
}
.AnyTagClassName
{
color: #F51CBC;
}
</style>
background-color css
<style>
a { background-color: #F51CBC; }
a { background-color: rgb(245,28,188); }
div.DivClassName
{
background-color: #F51CBC;
}
.BgClassName
{
background-color: #F51CBC;
}
</style>
border-color css
<style>
span { border-color: #F51CBC; }
span { border-color: rgb(245,28,188); }
td.TdClassName
{
border-color: #F51CBC;
}
.TagClassName
{
border-color: #F51CBC;
}
</style>