Shades of Shocking Pink #F51CBB
Tints of Shocking Pink #F51CBB
RGB
CMYK
RGB Variations
Color information
#F51CBB (or 0xF51CBB) is known color: Shocking Pink. HEX triplet: F5, 1C and BB. RGB value is (245,28,187). Sum of RGB (Red+Green+Blue) = 245+28+187=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CBB is #0AE344. Grayscale: #6E6E6E. Windows color (decimal): -713541 or 12262645. OLE color: 12262645.
HSL color Cylindrical-coordinate representation of color #F51CBB: hue angle of 316.04º 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 #F51CBB is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 187 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 316.04º | 0.92% | 0.54% | - |
| HSV(B) | 316.04º | 0.89% | 0.96% | - |
| XYZ | 47.04 | 23.83 | 49.13 | - |
| YUV | 111.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 187 | 0 | 0.89 | 0.24 | 0.04 | 316.04 | 0.92 | 0.54 |
| Hex | F5 | 1C | BB | 0 | 59 | 18 | 4 | 13C | 5C | 36 |
| Octal | 365 | 34 | 273 | 0 | 131 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110101 | 11100 | 10111011 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F51CBB
Complementary color
Monochromatic Colors of #F51CBB
Black with #F51CBB
Text Example
Text Example
White with #F51CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CBB; }
p { color: rgb(245,28,187); }
H1.HeaderClassName
{
color: #F51CBB;
}
.AnyTagClassName
{
color: #F51CBB;
}
</style>
background-color css
<style>
a { background-color: #F51CBB; }
a { background-color: rgb(245,28,187); }
div.DivClassName
{
background-color: #F51CBB;
}
.BgClassName
{
background-color: #F51CBB;
}
</style>
border-color css
<style>
span { border-color: #F51CBB; }
span { border-color: rgb(245,28,187); }
td.TdClassName
{
border-color: #F51CBB;
}
.TagClassName
{
border-color: #F51CBB;
}
</style>