Shades of Shocking Pink #FF06BC
Tints of Shocking Pink #FF06BC
RGB
CMYK
RGB Variations
Color information
#FF06BC (or 0xFF06BC) is known color: Shocking Pink. HEX triplet: FF, 06 and BC. RGB value is (255,6,188). Sum of RGB (Red+Green+Blue) = 255+6+188=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06BC is #00F943. Grayscale: #646464. Windows color (decimal): -63812 or 12322559. OLE color: 12322559.
HSL color Cylindrical-coordinate representation of color #FF06BC: hue angle of 316.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06BC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 188 | - |
| CMYK | 0 | 0.98 | 0.26 | 0 |
| HSL | 316.14º | 1% | 0.51% | - |
| HSV(B) | 316.14º | 0.98% | 1% | - |
| XYZ | 50.38 | 25.02 | 49.75 | - |
| YUV | 101.2 | 176.99 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 188 | 0 | 0.98 | 0.26 | 0 | 316.14 | 1 | 0.51 |
| Hex | FF | 6 | BC | 0 | 62 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 6 | 274 | 0 | 142 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 110 | 10111100 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF06BC
Complementary color
Monochromatic Colors of #FF06BC
Black with #FF06BC
Text Example
Text Example
White with #FF06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06BC; }
p { color: rgb(255,6,188); }
H1.HeaderClassName
{
color: #FF06BC;
}
.AnyTagClassName
{
color: #FF06BC;
}
</style>
background-color css
<style>
a { background-color: #FF06BC; }
a { background-color: rgb(255,6,188); }
div.DivClassName
{
background-color: #FF06BC;
}
.BgClassName
{
background-color: #FF06BC;
}
</style>
border-color css
<style>
span { border-color: #FF06BC; }
span { border-color: rgb(255,6,188); }
td.TdClassName
{
border-color: #FF06BC;
}
.TagClassName
{
border-color: #FF06BC;
}
</style>