Shades of Shocking Pink #F602BA
Tints of Shocking Pink #F602BA
RGB
CMYK
RGB Variations
Color information
#F602BA (or 0xF602BA) is known color: Shocking Pink. HEX triplet: F6, 02 and BA. RGB value is (246,2,186). Sum of RGB (Red+Green+Blue) = 246+2+186=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F602BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602BA is #09FD45. Grayscale: #5F5F5F. Windows color (decimal): -654662 or 12190454. OLE color: 12190454.
HSL color Cylindrical-coordinate representation of color #F602BA: hue angle of 314.75º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602BA is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.04 |
| HSL | 314.75º | 0.98% | 0.49% | - |
| HSV(B) | 314.75º | 0.99% | 0.96% | - |
| XYZ | 46.89 | 23.18 | 48.46 | - |
| YUV | 95.93 | 178.84 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 186 | 0 | 0.99 | 0.24 | 0.04 | 314.75 | 0.98 | 0.49 |
| Hex | F6 | 2 | BA | 0 | 63 | 18 | 4 | 13B | 62 | 31 |
| Octal | 366 | 2 | 272 | 0 | 143 | 30 | 4 | 473 | 142 | 61 |
| Binary | 11110110 | 10 | 10111010 | 0 | 1100011 | 11000 | 100 | 100111011 | 1100010 | 110001 |
Color Harmonies of #F602BA
Complementary color
Monochromatic Colors of #F602BA
Black with #F602BA
Text Example
Text Example
White with #F602BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602BA; }
p { color: rgb(246,2,186); }
H1.HeaderClassName
{
color: #F602BA;
}
.AnyTagClassName
{
color: #F602BA;
}
</style>
background-color css
<style>
a { background-color: #F602BA; }
a { background-color: rgb(246,2,186); }
div.DivClassName
{
background-color: #F602BA;
}
.BgClassName
{
background-color: #F602BA;
}
</style>
border-color css
<style>
span { border-color: #F602BA; }
span { border-color: rgb(246,2,186); }
td.TdClassName
{
border-color: #F602BA;
}
.TagClassName
{
border-color: #F602BA;
}
</style>