Shades of Shocking Pink #F502B5
Tints of Shocking Pink #F502B5
RGB
CMYK
RGB Variations
Color information
#F502B5 (or 0xF502B5) is known color: Shocking Pink. HEX triplet: F5, 02 and B5. RGB value is (245,2,181). Sum of RGB (Red+Green+Blue) = 245+2+181=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F502B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502B5 is #0AFD4A. Grayscale: #5E5E5E. Windows color (decimal): -720203 or 11862773. OLE color: 11862773.
HSL color Cylindrical-coordinate representation of color #F502B5: hue angle of 315.8º 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 #F502B5 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.04 |
| HSL | 315.8º | 0.98% | 0.48% | - |
| HSV(B) | 315.8º | 0.99% | 0.96% | - |
| XYZ | 46.02 | 22.79 | 45.69 | - |
| YUV | 95.06 | 176.51 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 181 | 0 | 0.99 | 0.26 | 0.04 | 315.8 | 0.98 | 0.48 |
| Hex | F5 | 2 | B5 | 0 | 63 | 1A | 4 | 13C | 62 | 30 |
| Octal | 365 | 2 | 265 | 0 | 143 | 32 | 4 | 474 | 142 | 60 |
| Binary | 11110101 | 10 | 10110101 | 0 | 1100011 | 11010 | 100 | 100111100 | 1100010 | 110000 |
Color Harmonies of #F502B5
Complementary color
Monochromatic Colors of #F502B5
Black with #F502B5
Text Example
Text Example
White with #F502B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502B5; }
p { color: rgb(245,2,181); }
H1.HeaderClassName
{
color: #F502B5;
}
.AnyTagClassName
{
color: #F502B5;
}
</style>
background-color css
<style>
a { background-color: #F502B5; }
a { background-color: rgb(245,2,181); }
div.DivClassName
{
background-color: #F502B5;
}
.BgClassName
{
background-color: #F502B5;
}
</style>
border-color css
<style>
span { border-color: #F502B5; }
span { border-color: rgb(245,2,181); }
td.TdClassName
{
border-color: #F502B5;
}
.TagClassName
{
border-color: #F502B5;
}
</style>