Shades of Shocking Pink #F602B8
Tints of Shocking Pink #F602B8
RGB
CMYK
RGB Variations
Color information
#F602B8 (or 0xF602B8) is known color: Shocking Pink. HEX triplet: F6, 02 and B8. RGB value is (246,2,184). Sum of RGB (Red+Green+Blue) = 246+2+184=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F602B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602B8 is #09FD47. Grayscale: #5F5F5F. Windows color (decimal): -654664 or 12059382. OLE color: 12059382.
HSL color Cylindrical-coordinate representation of color #F602B8: hue angle of 315.25º 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 #F602B8 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 184 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.04 |
| HSL | 315.25º | 0.98% | 0.49% | - |
| HSV(B) | 315.25º | 0.99% | 0.96% | - |
| XYZ | 46.68 | 23.1 | 47.35 | - |
| YUV | 95.7 | 177.84 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 184 | 0 | 0.99 | 0.25 | 0.04 | 315.25 | 0.98 | 0.49 |
| Hex | F6 | 2 | B8 | 0 | 63 | 19 | 4 | 13B | 62 | 31 |
| Octal | 366 | 2 | 270 | 0 | 143 | 31 | 4 | 473 | 142 | 61 |
| Binary | 11110110 | 10 | 10111000 | 0 | 1100011 | 11001 | 100 | 100111011 | 1100010 | 110001 |
Color Harmonies of #F602B8
Complementary color
Monochromatic Colors of #F602B8
Black with #F602B8
Text Example
Text Example
White with #F602B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602B8; }
p { color: rgb(246,2,184); }
H1.HeaderClassName
{
color: #F602B8;
}
.AnyTagClassName
{
color: #F602B8;
}
</style>
background-color css
<style>
a { background-color: #F602B8; }
a { background-color: rgb(246,2,184); }
div.DivClassName
{
background-color: #F602B8;
}
.BgClassName
{
background-color: #F602B8;
}
</style>
border-color css
<style>
span { border-color: #F602B8; }
span { border-color: rgb(246,2,184); }
td.TdClassName
{
border-color: #F602B8;
}
.TagClassName
{
border-color: #F602B8;
}
</style>