Shades of Shocking Pink #F600BD
Tints of Shocking Pink #F600BD
RGB
CMYK
RGB Variations
Color information
#F600BD (or 0xF600BD) is known color: Shocking Pink. HEX triplet: F6, 00 and BD. RGB value is (246,0,189). Sum of RGB (Red+Green+Blue) = 246+0+189=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F600BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600BD is #09FF42. Grayscale: #5E5E5E. Windows color (decimal): -655171 or 12386550. OLE color: 12386550.
HSL color Cylindrical-coordinate representation of color #F600BD: hue angle of 313.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600BD is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.23 | 0.04 |
| HSL | 313.9º | 1% | 0.48% | - |
| HSV(B) | 313.9º | 1% | 0.96% | - |
| XYZ | 47.19 | 23.27 | 50.15 | - |
| YUV | 95.1 | 181 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 189 | 0 | 1 | 0.23 | 0.04 | 313.9 | 1 | 0.48 |
| Hex | F6 | 0 | BD | 0 | 64 | 17 | 4 | 13A | 64 | 30 |
| Octal | 366 | 0 | 275 | 0 | 144 | 27 | 4 | 472 | 144 | 60 |
| Binary | 11110110 | 0 | 10111101 | 0 | 1100100 | 10111 | 100 | 100111010 | 1100100 | 110000 |
Color Harmonies of #F600BD
Complementary color
Monochromatic Colors of #F600BD
Black with #F600BD
Text Example
Text Example
White with #F600BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600BD; }
p { color: rgb(246,0,189); }
H1.HeaderClassName
{
color: #F600BD;
}
.AnyTagClassName
{
color: #F600BD;
}
</style>
background-color css
<style>
a { background-color: #F600BD; }
a { background-color: rgb(246,0,189); }
div.DivClassName
{
background-color: #F600BD;
}
.BgClassName
{
background-color: #F600BD;
}
</style>
border-color css
<style>
span { border-color: #F600BD; }
span { border-color: rgb(246,0,189); }
td.TdClassName
{
border-color: #F600BD;
}
.TagClassName
{
border-color: #F600BD;
}
</style>