Shades of Shocking Pink #F502B9
Tints of Shocking Pink #F502B9
RGB
CMYK
RGB Variations
Color information
#F502B9 (or 0xF502B9) is known color: Shocking Pink. HEX triplet: F5, 02 and B9. RGB value is (245,2,185). Sum of RGB (Red+Green+Blue) = 245+2+185=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F502B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502B9 is #0AFD46. Grayscale: #5F5F5F. Windows color (decimal): -720199 or 12124917. OLE color: 12124917.
HSL color Cylindrical-coordinate representation of color #F502B9: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502B9 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.04 |
| HSL | 314.81º | 0.98% | 0.48% | - |
| HSV(B) | 314.81º | 0.99% | 0.96% | - |
| XYZ | 46.43 | 22.96 | 47.88 | - |
| YUV | 95.52 | 178.51 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 185 | 0 | 0.99 | 0.24 | 0.04 | 314.81 | 0.98 | 0.48 |
| Hex | F5 | 2 | B9 | 0 | 63 | 18 | 4 | 13B | 62 | 30 |
| Octal | 365 | 2 | 271 | 0 | 143 | 30 | 4 | 473 | 142 | 60 |
| Binary | 11110101 | 10 | 10111001 | 0 | 1100011 | 11000 | 100 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F502B9
Complementary color
Monochromatic Colors of #F502B9
Black with #F502B9
Text Example
Text Example
White with #F502B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502B9; }
p { color: rgb(245,2,185); }
H1.HeaderClassName
{
color: #F502B9;
}
.AnyTagClassName
{
color: #F502B9;
}
</style>
background-color css
<style>
a { background-color: #F502B9; }
a { background-color: rgb(245,2,185); }
div.DivClassName
{
background-color: #F502B9;
}
.BgClassName
{
background-color: #F502B9;
}
</style>
border-color css
<style>
span { border-color: #F502B9; }
span { border-color: rgb(245,2,185); }
td.TdClassName
{
border-color: #F502B9;
}
.TagClassName
{
border-color: #F502B9;
}
</style>