Shades of Shocking Pink #F602BF
Tints of Shocking Pink #F602BF
RGB
CMYK
RGB Variations
Color information
#F602BF (or 0xF602BF) is known color: Shocking Pink. HEX triplet: F6, 02 and BF. RGB value is (246,2,191). Sum of RGB (Red+Green+Blue) = 246+2+191=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F602BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602BF is #09FD40. Grayscale: #5F5F5F. Windows color (decimal): -654657 or 12518134. OLE color: 12518134.
HSL color Cylindrical-coordinate representation of color #F602BF: hue angle of 313.52º 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 #F602BF is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.04 |
| HSL | 313.52º | 0.98% | 0.49% | - |
| HSV(B) | 313.52º | 0.99% | 0.96% | - |
| XYZ | 47.43 | 23.4 | 51.31 | - |
| YUV | 96.5 | 181.34 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 191 | 0 | 0.99 | 0.22 | 0.04 | 313.52 | 0.98 | 0.49 |
| Hex | F6 | 2 | BF | 0 | 63 | 16 | 4 | 13A | 62 | 31 |
| Octal | 366 | 2 | 277 | 0 | 143 | 26 | 4 | 472 | 142 | 61 |
| Binary | 11110110 | 10 | 10111111 | 0 | 1100011 | 10110 | 100 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F602BF
Complementary color
Monochromatic Colors of #F602BF
Black with #F602BF
Text Example
Text Example
White with #F602BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602BF; }
p { color: rgb(246,2,191); }
H1.HeaderClassName
{
color: #F602BF;
}
.AnyTagClassName
{
color: #F602BF;
}
</style>
background-color css
<style>
a { background-color: #F602BF; }
a { background-color: rgb(246,2,191); }
div.DivClassName
{
background-color: #F602BF;
}
.BgClassName
{
background-color: #F602BF;
}
</style>
border-color css
<style>
span { border-color: #F602BF; }
span { border-color: rgb(246,2,191); }
td.TdClassName
{
border-color: #F602BF;
}
.TagClassName
{
border-color: #F602BF;
}
</style>