Shades of Shocking Pink #F602BB
Tints of Shocking Pink #F602BB
RGB
CMYK
RGB Variations
Color information
#F602BB (or 0xF602BB) is known color: Shocking Pink. HEX triplet: F6, 02 and BB. RGB value is (246,2,187). Sum of RGB (Red+Green+Blue) = 246+2+187=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F602BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602BB is #09FD44. Grayscale: #5F5F5F. Windows color (decimal): -654661 or 12255990. OLE color: 12255990.
HSL color Cylindrical-coordinate representation of color #F602BB: hue angle of 314.51º 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 #F602BB is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.04 |
| HSL | 314.51º | 0.98% | 0.49% | - |
| HSV(B) | 314.51º | 0.99% | 0.96% | - |
| XYZ | 47 | 23.22 | 49.02 | - |
| YUV | 96.05 | 179.34 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 187 | 0 | 0.99 | 0.24 | 0.04 | 314.51 | 0.98 | 0.49 |
| Hex | F6 | 2 | BB | 0 | 63 | 18 | 4 | 13B | 62 | 31 |
| Octal | 366 | 2 | 273 | 0 | 143 | 30 | 4 | 473 | 142 | 61 |
| Binary | 11110110 | 10 | 10111011 | 0 | 1100011 | 11000 | 100 | 100111011 | 1100010 | 110001 |
Color Harmonies of #F602BB
Complementary color
Monochromatic Colors of #F602BB
Black with #F602BB
Text Example
Text Example
White with #F602BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602BB; }
p { color: rgb(246,2,187); }
H1.HeaderClassName
{
color: #F602BB;
}
.AnyTagClassName
{
color: #F602BB;
}
</style>
background-color css
<style>
a { background-color: #F602BB; }
a { background-color: rgb(246,2,187); }
div.DivClassName
{
background-color: #F602BB;
}
.BgClassName
{
background-color: #F602BB;
}
</style>
border-color css
<style>
span { border-color: #F602BB; }
span { border-color: rgb(246,2,187); }
td.TdClassName
{
border-color: #F602BB;
}
.TagClassName
{
border-color: #F602BB;
}
</style>