Shades of Shocking Pink #F502B8
Tints of Shocking Pink #F502B8
RGB
CMYK
RGB Variations
Color information
#F502B8 (or 0xF502B8) is known color: Shocking Pink. HEX triplet: F5, 02 and B8. RGB value is (245,2,184). Sum of RGB (Red+Green+Blue) = 245+2+184=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F502B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502B8 is #0AFD47. Grayscale: #5E5E5E. Windows color (decimal): -720200 or 12059381. OLE color: 12059381.
HSL color Cylindrical-coordinate representation of color #F502B8: hue angle of 315.06º 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 #F502B8 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 184 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.04 |
| HSL | 315.06º | 0.98% | 0.48% | - |
| HSV(B) | 315.06º | 0.99% | 0.96% | - |
| XYZ | 46.33 | 22.92 | 47.33 | - |
| YUV | 95.41 | 178.01 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 184 | 0 | 0.99 | 0.25 | 0.04 | 315.06 | 0.98 | 0.48 |
| Hex | F5 | 2 | B8 | 0 | 63 | 19 | 4 | 13B | 62 | 30 |
| Octal | 365 | 2 | 270 | 0 | 143 | 31 | 4 | 473 | 142 | 60 |
| Binary | 11110101 | 10 | 10111000 | 0 | 1100011 | 11001 | 100 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F502B8
Complementary color
Monochromatic Colors of #F502B8
Black with #F502B8
Text Example
Text Example
White with #F502B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502B8; }
p { color: rgb(245,2,184); }
H1.HeaderClassName
{
color: #F502B8;
}
.AnyTagClassName
{
color: #F502B8;
}
</style>
background-color css
<style>
a { background-color: #F502B8; }
a { background-color: rgb(245,2,184); }
div.DivClassName
{
background-color: #F502B8;
}
.BgClassName
{
background-color: #F502B8;
}
</style>
border-color css
<style>
span { border-color: #F502B8; }
span { border-color: rgb(245,2,184); }
td.TdClassName
{
border-color: #F502B8;
}
.TagClassName
{
border-color: #F502B8;
}
</style>