Shades of Shocking Pink #F50AB4
Tints of Shocking Pink #F50AB4
RGB
CMYK
RGB Variations
Color information
#F50AB4 (or 0xF50AB4) is known color: Shocking Pink. HEX triplet: F5, 0A and B4. RGB value is (245,10,180). Sum of RGB (Red+Green+Blue) = 245+10+180=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F50AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50AB4 is #0AF54B. Grayscale: #636363. Windows color (decimal): -718156 or 11799285. OLE color: 11799285.
HSL color Cylindrical-coordinate representation of color #F50AB4: hue angle of 316.6º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 180 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.04 |
| HSL | 316.6º | 0.92% | 0.5% | - |
| HSV(B) | 316.6º | 0.96% | 0.96% | - |
| XYZ | 46 | 22.92 | 45.18 | - |
| YUV | 99.65 | 173.36 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 180 | 0 | 0.96 | 0.27 | 0.04 | 316.6 | 0.92 | 0.5 |
| Hex | F5 | A | B4 | 0 | 60 | 1B | 4 | 13D | 5C | 32 |
| Octal | 365 | 12 | 264 | 0 | 140 | 33 | 4 | 475 | 134 | 62 |
| Binary | 11110101 | 1010 | 10110100 | 0 | 1100000 | 11011 | 100 | 100111101 | 1011100 | 110010 |
Color Harmonies of #F50AB4
Complementary color
Monochromatic Colors of #F50AB4
Black with #F50AB4
Text Example
Text Example
White with #F50AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AB4; }
p { color: rgb(245,10,180); }
H1.HeaderClassName
{
color: #F50AB4;
}
.AnyTagClassName
{
color: #F50AB4;
}
</style>
background-color css
<style>
a { background-color: #F50AB4; }
a { background-color: rgb(245,10,180); }
div.DivClassName
{
background-color: #F50AB4;
}
.BgClassName
{
background-color: #F50AB4;
}
</style>
border-color css
<style>
span { border-color: #F50AB4; }
span { border-color: rgb(245,10,180); }
td.TdClassName
{
border-color: #F50AB4;
}
.TagClassName
{
border-color: #F50AB4;
}
</style>