Shades of Shocking Pink #F006BC
Tints of Shocking Pink #F006BC
RGB
CMYK
RGB Variations
Color information
#F006BC (or 0xF006BC) is known color: Shocking Pink. HEX triplet: F0, 06 and BC. RGB value is (240,6,188). Sum of RGB (Red+Green+Blue) = 240+6+188=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F006BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006BC is #0FF943. Grayscale: #606060. Windows color (decimal): -1046852 or 12322544. OLE color: 12322544.
HSL color Cylindrical-coordinate representation of color #F006BC: hue angle of 313.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006BC is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 188 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.06 |
| HSL | 313.33º | 0.95% | 0.48% | - |
| HSV(B) | 313.33º | 0.98% | 0.94% | - |
| XYZ | 45.08 | 22.29 | 49.5 | - |
| YUV | 96.71 | 179.52 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 188 | 0 | 0.98 | 0.22 | 0.06 | 313.33 | 0.95 | 0.48 |
| Hex | F0 | 6 | BC | 0 | 62 | 16 | 6 | 139 | 5F | 30 |
| Octal | 360 | 6 | 274 | 0 | 142 | 26 | 6 | 471 | 137 | 60 |
| Binary | 11110000 | 110 | 10111100 | 0 | 1100010 | 10110 | 110 | 100111001 | 1011111 | 110000 |
Color Harmonies of #F006BC
Complementary color
Monochromatic Colors of #F006BC
Black with #F006BC
Text Example
Text Example
White with #F006BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006BC; }
p { color: rgb(240,6,188); }
H1.HeaderClassName
{
color: #F006BC;
}
.AnyTagClassName
{
color: #F006BC;
}
</style>
background-color css
<style>
a { background-color: #F006BC; }
a { background-color: rgb(240,6,188); }
div.DivClassName
{
background-color: #F006BC;
}
.BgClassName
{
background-color: #F006BC;
}
</style>
border-color css
<style>
span { border-color: #F006BC; }
span { border-color: rgb(240,6,188); }
td.TdClassName
{
border-color: #F006BC;
}
.TagClassName
{
border-color: #F006BC;
}
</style>