Shades of Shocking Pink #F606BA
Tints of Shocking Pink #F606BA
RGB
CMYK
RGB Variations
Color information
#F606BA (or 0xF606BA) is known color: Shocking Pink. HEX triplet: F6, 06 and BA. RGB value is (246,6,186). Sum of RGB (Red+Green+Blue) = 246+6+186=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F606BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606BA is #09F945. Grayscale: #616161. Windows color (decimal): -653638 or 12191478. OLE color: 12191478.
HSL color Cylindrical-coordinate representation of color #F606BA: hue angle of 315º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F606BA is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 186 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.04 |
| HSL | 315º | 0.95% | 0.49% | - |
| HSV(B) | 315º | 0.98% | 0.96% | - |
| XYZ | 46.93 | 23.27 | 48.47 | - |
| YUV | 98.28 | 177.51 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 186 | 0 | 0.98 | 0.24 | 0.04 | 315 | 0.95 | 0.49 |
| Hex | F6 | 6 | BA | 0 | 62 | 18 | 4 | 13B | 5F | 31 |
| Octal | 366 | 6 | 272 | 0 | 142 | 30 | 4 | 473 | 137 | 61 |
| Binary | 11110110 | 110 | 10111010 | 0 | 1100010 | 11000 | 100 | 100111011 | 1011111 | 110001 |
Color Harmonies of #F606BA
Complementary color
Monochromatic Colors of #F606BA
Black with #F606BA
Text Example
Text Example
White with #F606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606BA; }
p { color: rgb(246,6,186); }
H1.HeaderClassName
{
color: #F606BA;
}
.AnyTagClassName
{
color: #F606BA;
}
</style>
background-color css
<style>
a { background-color: #F606BA; }
a { background-color: rgb(246,6,186); }
div.DivClassName
{
background-color: #F606BA;
}
.BgClassName
{
background-color: #F606BA;
}
</style>
border-color css
<style>
span { border-color: #F606BA; }
span { border-color: rgb(246,6,186); }
td.TdClassName
{
border-color: #F606BA;
}
.TagClassName
{
border-color: #F606BA;
}
</style>