Shades of Shocking Pink #FF06C1
Tints of Shocking Pink #FF06C1
RGB
CMYK
RGB Variations
Color information
#FF06C1 (or 0xFF06C1) is known color: Shocking Pink. HEX triplet: FF, 06 and C1. RGB value is (255,6,193). Sum of RGB (Red+Green+Blue) = 255+6+193=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06C1 is #00F93E. Grayscale: #656565. Windows color (decimal): -63807 or 12650239. OLE color: 12650239.
HSL color Cylindrical-coordinate representation of color #FF06C1: hue angle of 314.94º 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 #FF06C1 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 193 | - |
| CMYK | 0 | 0.98 | 0.24 | 0 |
| HSL | 314.94º | 1% | 0.51% | - |
| HSV(B) | 314.94º | 0.98% | 1% | - |
| XYZ | 50.93 | 25.24 | 52.64 | - |
| YUV | 101.77 | 179.49 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 193 | 0 | 0.98 | 0.24 | 0 | 314.94 | 1 | 0.51 |
| Hex | FF | 6 | C1 | 0 | 62 | 18 | 0 | 13B | 64 | 33 |
| Octal | 377 | 6 | 301 | 0 | 142 | 30 | 0 | 473 | 144 | 63 |
| Binary | 11111111 | 110 | 11000001 | 0 | 1100010 | 11000 | 0 | 100111011 | 1100100 | 110011 |
Color Harmonies of #FF06C1
Complementary color
Monochromatic Colors of #FF06C1
Black with #FF06C1
Text Example
Text Example
White with #FF06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06C1; }
p { color: rgb(255,6,193); }
H1.HeaderClassName
{
color: #FF06C1;
}
.AnyTagClassName
{
color: #FF06C1;
}
</style>
background-color css
<style>
a { background-color: #FF06C1; }
a { background-color: rgb(255,6,193); }
div.DivClassName
{
background-color: #FF06C1;
}
.BgClassName
{
background-color: #FF06C1;
}
</style>
border-color css
<style>
span { border-color: #FF06C1; }
span { border-color: rgb(255,6,193); }
td.TdClassName
{
border-color: #FF06C1;
}
.TagClassName
{
border-color: #FF06C1;
}
</style>