Shades of Shocking Pink #F51AB9
Tints of Shocking Pink #F51AB9
RGB
CMYK
RGB Variations
Color information
#F51AB9 (or 0xF51AB9) is known color: Shocking Pink. HEX triplet: F5, 1A and B9. RGB value is (245,26,185). Sum of RGB (Red+Green+Blue) = 245+26+185=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AB9 is #0AE546. Grayscale: #6D6D6D. Windows color (decimal): -714055 or 12131061. OLE color: 12131061.
HSL color Cylindrical-coordinate representation of color #F51AB9: hue angle of 316.44º 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 #F51AB9 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 185 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 316.44º | 0.92% | 0.53% | - |
| HSV(B) | 316.44º | 0.89% | 0.96% | - |
| XYZ | 46.78 | 23.65 | 48 | - |
| YUV | 109.61 | 170.55 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 185 | 0 | 0.89 | 0.24 | 0.04 | 316.44 | 0.92 | 0.53 |
| Hex | F5 | 1A | B9 | 0 | 59 | 18 | 4 | 13C | 5C | 35 |
| Octal | 365 | 32 | 271 | 0 | 131 | 30 | 4 | 474 | 134 | 65 |
| Binary | 11110101 | 11010 | 10111001 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F51AB9
Complementary color
Monochromatic Colors of #F51AB9
Black with #F51AB9
Text Example
Text Example
White with #F51AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AB9; }
p { color: rgb(245,26,185); }
H1.HeaderClassName
{
color: #F51AB9;
}
.AnyTagClassName
{
color: #F51AB9;
}
</style>
background-color css
<style>
a { background-color: #F51AB9; }
a { background-color: rgb(245,26,185); }
div.DivClassName
{
background-color: #F51AB9;
}
.BgClassName
{
background-color: #F51AB9;
}
</style>
border-color css
<style>
span { border-color: #F51AB9; }
span { border-color: rgb(245,26,185); }
td.TdClassName
{
border-color: #F51AB9;
}
.TagClassName
{
border-color: #F51AB9;
}
</style>