Shades of Shocking Pink #F501BA
Tints of Shocking Pink #F501BA
RGB
CMYK
RGB Variations
Color information
#F501BA (or 0xF501BA) is known color: Shocking Pink. HEX triplet: F5, 01 and BA. RGB value is (245,1,186). Sum of RGB (Red+Green+Blue) = 245+1+186=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F501BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501BA is #0AFE45. Grayscale: #5E5E5E. Windows color (decimal): -720454 or 12190197. OLE color: 12190197.
HSL color Cylindrical-coordinate representation of color #F501BA: hue angle of 314.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501BA is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.04 |
| HSL | 314.51º | 0.99% | 0.48% | - |
| HSV(B) | 314.51º | 1% | 0.96% | - |
| XYZ | 46.53 | 22.98 | 48.44 | - |
| YUV | 95.05 | 179.34 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 186 | 0 | 1.00 | 0.24 | 0.04 | 314.51 | 0.99 | 0.48 |
| Hex | F5 | 1 | BA | 0 | 64 | 18 | 4 | 13B | 63 | 30 |
| Octal | 365 | 1 | 272 | 0 | 144 | 30 | 4 | 473 | 143 | 60 |
| Binary | 11110101 | 1 | 10111010 | 0 | 1100100 | 11000 | 100 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F501BA
Complementary color
Monochromatic Colors of #F501BA
Black with #F501BA
Text Example
Text Example
White with #F501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501BA; }
p { color: rgb(245,1,186); }
H1.HeaderClassName
{
color: #F501BA;
}
.AnyTagClassName
{
color: #F501BA;
}
</style>
background-color css
<style>
a { background-color: #F501BA; }
a { background-color: rgb(245,1,186); }
div.DivClassName
{
background-color: #F501BA;
}
.BgClassName
{
background-color: #F501BA;
}
</style>
border-color css
<style>
span { border-color: #F501BA; }
span { border-color: rgb(245,1,186); }
td.TdClassName
{
border-color: #F501BA;
}
.TagClassName
{
border-color: #F501BA;
}
</style>