Shades of Shocking Pink #F600BE
Tints of Shocking Pink #F600BE
RGB
CMYK
RGB Variations
Color information
#F600BE (or 0xF600BE) is known color: Shocking Pink. HEX triplet: F6, 00 and BE. RGB value is (246,0,190). Sum of RGB (Red+Green+Blue) = 246+0+190=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F600BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600BE is #09FF41. Grayscale: #5E5E5E. Windows color (decimal): -655170 or 12452086. OLE color: 12452086.
HSL color Cylindrical-coordinate representation of color #F600BE: hue angle of 313.66º 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 #F600BE is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.23 | 0.04 |
| HSL | 313.66º | 1% | 0.48% | - |
| HSV(B) | 313.66º | 1% | 0.96% | - |
| XYZ | 47.3 | 23.31 | 50.72 | - |
| YUV | 95.21 | 181.5 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 190 | 0 | 1 | 0.23 | 0.04 | 313.66 | 1 | 0.48 |
| Hex | F6 | 0 | BE | 0 | 64 | 17 | 4 | 13A | 64 | 30 |
| Octal | 366 | 0 | 276 | 0 | 144 | 27 | 4 | 472 | 144 | 60 |
| Binary | 11110110 | 0 | 10111110 | 0 | 1100100 | 10111 | 100 | 100111010 | 1100100 | 110000 |
Color Harmonies of #F600BE
Complementary color
Monochromatic Colors of #F600BE
Black with #F600BE
Text Example
Text Example
White with #F600BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600BE; }
p { color: rgb(246,0,190); }
H1.HeaderClassName
{
color: #F600BE;
}
.AnyTagClassName
{
color: #F600BE;
}
</style>
background-color css
<style>
a { background-color: #F600BE; }
a { background-color: rgb(246,0,190); }
div.DivClassName
{
background-color: #F600BE;
}
.BgClassName
{
background-color: #F600BE;
}
</style>
border-color css
<style>
span { border-color: #F600BE; }
span { border-color: rgb(246,0,190); }
td.TdClassName
{
border-color: #F600BE;
}
.TagClassName
{
border-color: #F600BE;
}
</style>