Shades of Shocking Pink #F51BBC
Tints of Shocking Pink #F51BBC
RGB
CMYK
RGB Variations
Color information
#F51BBC (or 0xF51BBC) is known color: Shocking Pink. HEX triplet: F5, 1B and BC. RGB value is (245,27,188). Sum of RGB (Red+Green+Blue) = 245+27+188=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BBC is #0AE443. Grayscale: #6E6E6E. Windows color (decimal): -713796 or 12327925. OLE color: 12327925.
HSL color Cylindrical-coordinate representation of color #F51BBC: hue angle of 315.69º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BBC is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.04 |
| HSL | 315.69º | 0.92% | 0.53% | - |
| HSV(B) | 315.69º | 0.89% | 0.96% | - |
| XYZ | 47.13 | 23.83 | 49.69 | - |
| YUV | 110.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 188 | 0 | 0.89 | 0.23 | 0.04 | 315.69 | 0.92 | 0.53 |
| Hex | F5 | 1B | BC | 0 | 59 | 17 | 4 | 13C | 5C | 35 |
| Octal | 365 | 33 | 274 | 0 | 131 | 27 | 4 | 474 | 134 | 65 |
| Binary | 11110101 | 11011 | 10111100 | 0 | 1011001 | 10111 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F51BBC
Complementary color
Monochromatic Colors of #F51BBC
Black with #F51BBC
Text Example
Text Example
White with #F51BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BBC; }
p { color: rgb(245,27,188); }
H1.HeaderClassName
{
color: #F51BBC;
}
.AnyTagClassName
{
color: #F51BBC;
}
</style>
background-color css
<style>
a { background-color: #F51BBC; }
a { background-color: rgb(245,27,188); }
div.DivClassName
{
background-color: #F51BBC;
}
.BgClassName
{
background-color: #F51BBC;
}
</style>
border-color css
<style>
span { border-color: #F51BBC; }
span { border-color: rgb(245,27,188); }
td.TdClassName
{
border-color: #F51BBC;
}
.TagClassName
{
border-color: #F51BBC;
}
</style>