Shades of Shocking Pink #FF06BB
Tints of Shocking Pink #FF06BB
RGB
CMYK
RGB Variations
Color information
#FF06BB (or 0xFF06BB) is known color: Shocking Pink. HEX triplet: FF, 06 and BB. RGB value is (255,6,187). Sum of RGB (Red+Green+Blue) = 255+6+187=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06BB is #00F944. Grayscale: #646464. Windows color (decimal): -63813 or 12257023. OLE color: 12257023.
HSL color Cylindrical-coordinate representation of color #FF06BB: hue angle of 316.39º 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 #FF06BB is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 187 | - |
| CMYK | 0 | 0.98 | 0.27 | 0 |
| HSL | 316.39º | 1% | 0.51% | - |
| HSV(B) | 316.39º | 0.98% | 1% | - |
| XYZ | 50.27 | 24.98 | 49.19 | - |
| YUV | 101.09 | 176.49 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 187 | 0 | 0.98 | 0.27 | 0 | 316.39 | 1 | 0.51 |
| Hex | FF | 6 | BB | 0 | 62 | 1B | 0 | 13C | 64 | 33 |
| Octal | 377 | 6 | 273 | 0 | 142 | 33 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 110 | 10111011 | 0 | 1100010 | 11011 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF06BB
Complementary color
Monochromatic Colors of #FF06BB
Black with #FF06BB
Text Example
Text Example
White with #FF06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06BB; }
p { color: rgb(255,6,187); }
H1.HeaderClassName
{
color: #FF06BB;
}
.AnyTagClassName
{
color: #FF06BB;
}
</style>
background-color css
<style>
a { background-color: #FF06BB; }
a { background-color: rgb(255,6,187); }
div.DivClassName
{
background-color: #FF06BB;
}
.BgClassName
{
background-color: #FF06BB;
}
</style>
border-color css
<style>
span { border-color: #FF06BB; }
span { border-color: rgb(255,6,187); }
td.TdClassName
{
border-color: #FF06BB;
}
.TagClassName
{
border-color: #FF06BB;
}
</style>