Shades of Shocking Pink #F602BD
Tints of Shocking Pink #F602BD
RGB
CMYK
RGB Variations
Color information
#F602BD (or 0xF602BD) is known color: Shocking Pink. HEX triplet: F6, 02 and BD. RGB value is (246,2,189). Sum of RGB (Red+Green+Blue) = 246+2+189=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F602BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602BD is #09FD42. Grayscale: #5F5F5F. Windows color (decimal): -654659 or 12387062. OLE color: 12387062.
HSL color Cylindrical-coordinate representation of color #F602BD: hue angle of 314.02º 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 #F602BD is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.04 |
| HSL | 314.02º | 0.98% | 0.49% | - |
| HSV(B) | 314.02º | 0.99% | 0.96% | - |
| XYZ | 47.21 | 23.31 | 50.16 | - |
| YUV | 96.27 | 180.34 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 189 | 0 | 0.99 | 0.23 | 0.04 | 314.02 | 0.98 | 0.49 |
| Hex | F6 | 2 | BD | 0 | 63 | 17 | 4 | 13A | 62 | 31 |
| Octal | 366 | 2 | 275 | 0 | 143 | 27 | 4 | 472 | 142 | 61 |
| Binary | 11110110 | 10 | 10111101 | 0 | 1100011 | 10111 | 100 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F602BD
Complementary color
Monochromatic Colors of #F602BD
Black with #F602BD
Text Example
Text Example
White with #F602BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602BD; }
p { color: rgb(246,2,189); }
H1.HeaderClassName
{
color: #F602BD;
}
.AnyTagClassName
{
color: #F602BD;
}
</style>
background-color css
<style>
a { background-color: #F602BD; }
a { background-color: rgb(246,2,189); }
div.DivClassName
{
background-color: #F602BD;
}
.BgClassName
{
background-color: #F602BD;
}
</style>
border-color css
<style>
span { border-color: #F602BD; }
span { border-color: rgb(246,2,189); }
td.TdClassName
{
border-color: #F602BD;
}
.TagClassName
{
border-color: #F602BD;
}
</style>