Shades of Shocking Pink #FF06B0
Tints of Shocking Pink #FF06B0
RGB
CMYK
RGB Variations
Color information
#FF06B0 (or 0xFF06B0) is known color: Shocking Pink. HEX triplet: FF, 06 and B0. RGB value is (255,6,176). Sum of RGB (Red+Green+Blue) = 255+6+176=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF06B0 is #00F94F. Grayscale: #636363. Windows color (decimal): -63824 or 11536127. OLE color: 11536127.
HSL color Cylindrical-coordinate representation of color #FF06B0: hue angle of 319.04º 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 #FF06B0 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 176 | - |
| CMYK | 0 | 0.98 | 0.31 | 0 |
| HSL | 319.04º | 1% | 0.51% | - |
| HSV(B) | 319.04º | 0.98% | 1% | - |
| XYZ | 49.14 | 24.52 | 43.22 | - |
| YUV | 99.83 | 170.99 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 176 | 0 | 0.98 | 0.31 | 0 | 319.04 | 1 | 0.51 |
| Hex | FF | 6 | B0 | 0 | 62 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 6 | 260 | 0 | 142 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 110 | 10110000 | 0 | 1100010 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF06B0
Complementary color
Monochromatic Colors of #FF06B0
Black with #FF06B0
Text Example
Text Example
White with #FF06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06B0; }
p { color: rgb(255,6,176); }
H1.HeaderClassName
{
color: #FF06B0;
}
.AnyTagClassName
{
color: #FF06B0;
}
</style>
background-color css
<style>
a { background-color: #FF06B0; }
a { background-color: rgb(255,6,176); }
div.DivClassName
{
background-color: #FF06B0;
}
.BgClassName
{
background-color: #FF06B0;
}
</style>
border-color css
<style>
span { border-color: #FF06B0; }
span { border-color: rgb(255,6,176); }
td.TdClassName
{
border-color: #FF06B0;
}
.TagClassName
{
border-color: #FF06B0;
}
</style>