Shades of Shocking Pink #F50ABB
Tints of Shocking Pink #F50ABB
RGB
CMYK
RGB Variations
Color information
#F50ABB (or 0xF50ABB) is known color: Shocking Pink. HEX triplet: F5, 0A and BB. RGB value is (245,10,187). Sum of RGB (Red+Green+Blue) = 245+10+187=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ABB is #0AF544. Grayscale: #636363. Windows color (decimal): -718149 or 12258037. OLE color: 12258037.
HSL color Cylindrical-coordinate representation of color #F50ABB: hue angle of 314.81º 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 #F50ABB is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.04 |
| HSL | 314.81º | 0.92% | 0.5% | - |
| HSV(B) | 314.81º | 0.96% | 0.96% | - |
| XYZ | 46.73 | 23.22 | 49.03 | - |
| YUV | 100.44 | 176.86 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 187 | 0 | 0.96 | 0.24 | 0.04 | 314.81 | 0.92 | 0.5 |
| Hex | F5 | A | BB | 0 | 60 | 18 | 4 | 13B | 5C | 32 |
| Octal | 365 | 12 | 273 | 0 | 140 | 30 | 4 | 473 | 134 | 62 |
| Binary | 11110101 | 1010 | 10111011 | 0 | 1100000 | 11000 | 100 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F50ABB
Complementary color
Monochromatic Colors of #F50ABB
Black with #F50ABB
Text Example
Text Example
White with #F50ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50ABB; }
p { color: rgb(245,10,187); }
H1.HeaderClassName
{
color: #F50ABB;
}
.AnyTagClassName
{
color: #F50ABB;
}
</style>
background-color css
<style>
a { background-color: #F50ABB; }
a { background-color: rgb(245,10,187); }
div.DivClassName
{
background-color: #F50ABB;
}
.BgClassName
{
background-color: #F50ABB;
}
</style>
border-color css
<style>
span { border-color: #F50ABB; }
span { border-color: rgb(245,10,187); }
td.TdClassName
{
border-color: #F50ABB;
}
.TagClassName
{
border-color: #F50ABB;
}
</style>