Shades of Shocking Pink #F50AB3
Tints of Shocking Pink #F50AB3
RGB
CMYK
RGB Variations
Color information
#F50AB3 (or 0xF50AB3) is known color: Shocking Pink. HEX triplet: F5, 0A and B3. RGB value is (245,10,179). Sum of RGB (Red+Green+Blue) = 245+10+179=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F50AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50AB3 is #0AF54C. Grayscale: #636363. Windows color (decimal): -718157 or 11733749. OLE color: 11733749.
HSL color Cylindrical-coordinate representation of color #F50AB3: hue angle of 316.85º 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 #F50AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.04 |
| HSL | 316.85º | 0.92% | 0.5% | - |
| HSV(B) | 316.85º | 0.96% | 0.96% | - |
| XYZ | 45.9 | 22.88 | 44.65 | - |
| YUV | 99.53 | 172.86 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 179 | 0 | 0.96 | 0.27 | 0.04 | 316.85 | 0.92 | 0.5 |
| Hex | F5 | A | B3 | 0 | 60 | 1B | 4 | 13D | 5C | 32 |
| Octal | 365 | 12 | 263 | 0 | 140 | 33 | 4 | 475 | 134 | 62 |
| Binary | 11110101 | 1010 | 10110011 | 0 | 1100000 | 11011 | 100 | 100111101 | 1011100 | 110010 |
Color Harmonies of #F50AB3
Complementary color
Monochromatic Colors of #F50AB3
Black with #F50AB3
Text Example
Text Example
White with #F50AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AB3; }
p { color: rgb(245,10,179); }
H1.HeaderClassName
{
color: #F50AB3;
}
.AnyTagClassName
{
color: #F50AB3;
}
</style>
background-color css
<style>
a { background-color: #F50AB3; }
a { background-color: rgb(245,10,179); }
div.DivClassName
{
background-color: #F50AB3;
}
.BgClassName
{
background-color: #F50AB3;
}
</style>
border-color css
<style>
span { border-color: #F50AB3; }
span { border-color: rgb(245,10,179); }
td.TdClassName
{
border-color: #F50AB3;
}
.TagClassName
{
border-color: #F50AB3;
}
</style>