Shades of Shocking Pink #FF06B3
Tints of Shocking Pink #FF06B3
RGB
CMYK
RGB Variations
Color information
#FF06B3 (or 0xFF06B3) is known color: Shocking Pink. HEX triplet: FF, 06 and B3. RGB value is (255,6,179). Sum of RGB (Red+Green+Blue) = 255+6+179=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06B3 is #00F94C. Grayscale: #636363. Windows color (decimal): -63821 or 11732735. OLE color: 11732735.
HSL color Cylindrical-coordinate representation of color #FF06B3: hue angle of 318.31º 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 #FF06B3 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 179 | - |
| CMYK | 0 | 0.98 | 0.30 | 0 |
| HSL | 318.31º | 1% | 0.51% | - |
| HSV(B) | 318.31º | 0.98% | 1% | - |
| XYZ | 49.44 | 24.64 | 44.8 | - |
| YUV | 100.17 | 172.49 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 179 | 0 | 0.98 | 0.30 | 0 | 318.31 | 1 | 0.51 |
| Hex | FF | 6 | B3 | 0 | 62 | 1E | 0 | 13E | 64 | 33 |
| Octal | 377 | 6 | 263 | 0 | 142 | 36 | 0 | 476 | 144 | 63 |
| Binary | 11111111 | 110 | 10110011 | 0 | 1100010 | 11110 | 0 | 100111110 | 1100100 | 110011 |
Color Harmonies of #FF06B3
Complementary color
Monochromatic Colors of #FF06B3
Black with #FF06B3
Text Example
Text Example
White with #FF06B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06B3; }
p { color: rgb(255,6,179); }
H1.HeaderClassName
{
color: #FF06B3;
}
.AnyTagClassName
{
color: #FF06B3;
}
</style>
background-color css
<style>
a { background-color: #FF06B3; }
a { background-color: rgb(255,6,179); }
div.DivClassName
{
background-color: #FF06B3;
}
.BgClassName
{
background-color: #FF06B3;
}
</style>
border-color css
<style>
span { border-color: #FF06B3; }
span { border-color: rgb(255,6,179); }
td.TdClassName
{
border-color: #FF06B3;
}
.TagClassName
{
border-color: #FF06B3;
}
</style>