Shades of Shocking Pink #F51ABB
Tints of Shocking Pink #F51ABB
RGB
CMYK
RGB Variations
Color information
#F51ABB (or 0xF51ABB) is known color: Shocking Pink. HEX triplet: F5, 1A and BB. RGB value is (245,26,187). Sum of RGB (Red+Green+Blue) = 245+26+187=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ABB is #0AE544. Grayscale: #6D6D6D. Windows color (decimal): -714053 or 12262133. OLE color: 12262133.
HSL color Cylindrical-coordinate representation of color #F51ABB: hue angle of 315.89º 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 #F51ABB is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 187 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 315.89º | 0.92% | 0.53% | - |
| HSV(B) | 315.89º | 0.89% | 0.96% | - |
| XYZ | 47 | 23.74 | 49.12 | - |
| YUV | 109.84 | 171.55 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 187 | 0 | 0.89 | 0.24 | 0.04 | 315.89 | 0.92 | 0.53 |
| Hex | F5 | 1A | BB | 0 | 59 | 18 | 4 | 13C | 5C | 35 |
| Octal | 365 | 32 | 273 | 0 | 131 | 30 | 4 | 474 | 134 | 65 |
| Binary | 11110101 | 11010 | 10111011 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F51ABB
Complementary color
Monochromatic Colors of #F51ABB
Black with #F51ABB
Text Example
Text Example
White with #F51ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ABB; }
p { color: rgb(245,26,187); }
H1.HeaderClassName
{
color: #F51ABB;
}
.AnyTagClassName
{
color: #F51ABB;
}
</style>
background-color css
<style>
a { background-color: #F51ABB; }
a { background-color: rgb(245,26,187); }
div.DivClassName
{
background-color: #F51ABB;
}
.BgClassName
{
background-color: #F51ABB;
}
</style>
border-color css
<style>
span { border-color: #F51ABB; }
span { border-color: rgb(245,26,187); }
td.TdClassName
{
border-color: #F51ABB;
}
.TagClassName
{
border-color: #F51ABB;
}
</style>