Shades of Shocking Pink #F51AD0
Tints of Shocking Pink #F51AD0
RGB
CMYK
RGB Variations
Color information
#F51AD0 (or 0xF51AD0) is known color: Shocking Pink. HEX triplet: F5, 1A and D0. RGB value is (245,26,208). Sum of RGB (Red+Green+Blue) = 245+26+208=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AD0 is #0AE52F. Grayscale: #6F6F6F. Windows color (decimal): -714032 or 13638389. OLE color: 13638389.
HSL color Cylindrical-coordinate representation of color #F51AD0: hue angle of 310.14º 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 #F51AD0 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 208 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.04 |
| HSL | 310.14º | 0.92% | 0.53% | - |
| HSV(B) | 310.14º | 0.89% | 0.96% | - |
| XYZ | 49.41 | 24.71 | 61.84 | - |
| YUV | 112.23 | 182.05 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 208 | 0 | 0.89 | 0.15 | 0.04 | 310.14 | 0.92 | 0.53 |
| Hex | F5 | 1A | D0 | 0 | 59 | F | 4 | 136 | 5C | 35 |
| Octal | 365 | 32 | 320 | 0 | 131 | 17 | 4 | 466 | 134 | 65 |
| Binary | 11110101 | 11010 | 11010000 | 0 | 1011001 | 1111 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F51AD0
Complementary color
Monochromatic Colors of #F51AD0
Black with #F51AD0
Text Example
Text Example
White with #F51AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AD0; }
p { color: rgb(245,26,208); }
H1.HeaderClassName
{
color: #F51AD0;
}
.AnyTagClassName
{
color: #F51AD0;
}
</style>
background-color css
<style>
a { background-color: #F51AD0; }
a { background-color: rgb(245,26,208); }
div.DivClassName
{
background-color: #F51AD0;
}
.BgClassName
{
background-color: #F51AD0;
}
</style>
border-color css
<style>
span { border-color: #F51AD0; }
span { border-color: rgb(245,26,208); }
td.TdClassName
{
border-color: #F51AD0;
}
.TagClassName
{
border-color: #F51AD0;
}
</style>