Shades of Shocking Pink #FF06B4
Tints of Shocking Pink #FF06B4
RGB
CMYK
RGB Variations
Color information
#FF06B4 (or 0xFF06B4) is known color: Shocking Pink. HEX triplet: FF, 06 and B4. RGB value is (255,6,180). Sum of RGB (Red+Green+Blue) = 255+6+180=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06B4 is #00F94B. Grayscale: #636363. Windows color (decimal): -63820 or 11798271. OLE color: 11798271.
HSL color Cylindrical-coordinate representation of color #FF06B4: hue angle of 318.07º 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 #FF06B4 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 180 | - |
| CMYK | 0 | 0.98 | 0.29 | 0 |
| HSL | 318.07º | 1% | 0.51% | - |
| HSV(B) | 318.07º | 0.98% | 1% | - |
| XYZ | 49.54 | 24.69 | 45.33 | - |
| YUV | 100.29 | 172.99 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 180 | 0 | 0.98 | 0.29 | 0 | 318.07 | 1 | 0.51 |
| Hex | FF | 6 | B4 | 0 | 62 | 1D | 0 | 13E | 64 | 33 |
| Octal | 377 | 6 | 264 | 0 | 142 | 35 | 0 | 476 | 144 | 63 |
| Binary | 11111111 | 110 | 10110100 | 0 | 1100010 | 11101 | 0 | 100111110 | 1100100 | 110011 |
Color Harmonies of #FF06B4
Complementary color
Monochromatic Colors of #FF06B4
Black with #FF06B4
Text Example
Text Example
White with #FF06B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06B4; }
p { color: rgb(255,6,180); }
H1.HeaderClassName
{
color: #FF06B4;
}
.AnyTagClassName
{
color: #FF06B4;
}
</style>
background-color css
<style>
a { background-color: #FF06B4; }
a { background-color: rgb(255,6,180); }
div.DivClassName
{
background-color: #FF06B4;
}
.BgClassName
{
background-color: #FF06B4;
}
</style>
border-color css
<style>
span { border-color: #FF06B4; }
span { border-color: rgb(255,6,180); }
td.TdClassName
{
border-color: #FF06B4;
}
.TagClassName
{
border-color: #FF06B4;
}
</style>