Shades of Shocking Pink #FF06C4
Tints of Shocking Pink #FF06C4
RGB
CMYK
RGB Variations
Color information
#FF06C4 (or 0xFF06C4) is known color: Shocking Pink. HEX triplet: FF, 06 and C4. RGB value is (255,6,196). Sum of RGB (Red+Green+Blue) = 255+6+196=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06C4 is #00F93B. Grayscale: #656565. Windows color (decimal): -63804 or 12846847. OLE color: 12846847.
HSL color Cylindrical-coordinate representation of color #FF06C4: hue angle of 314.22º 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 #FF06C4 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 196 | - |
| CMYK | 0 | 0.98 | 0.23 | 0 |
| HSL | 314.22º | 1% | 0.51% | - |
| HSV(B) | 314.22º | 0.98% | 1% | - |
| XYZ | 51.27 | 25.38 | 54.42 | - |
| YUV | 102.11 | 180.99 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 196 | 0 | 0.98 | 0.23 | 0 | 314.22 | 1 | 0.51 |
| Hex | FF | 6 | C4 | 0 | 62 | 17 | 0 | 13A | 64 | 33 |
| Octal | 377 | 6 | 304 | 0 | 142 | 27 | 0 | 472 | 144 | 63 |
| Binary | 11111111 | 110 | 11000100 | 0 | 1100010 | 10111 | 0 | 100111010 | 1100100 | 110011 |
Color Harmonies of #FF06C4
Complementary color
Monochromatic Colors of #FF06C4
Black with #FF06C4
Text Example
Text Example
White with #FF06C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06C4; }
p { color: rgb(255,6,196); }
H1.HeaderClassName
{
color: #FF06C4;
}
.AnyTagClassName
{
color: #FF06C4;
}
</style>
background-color css
<style>
a { background-color: #FF06C4; }
a { background-color: rgb(255,6,196); }
div.DivClassName
{
background-color: #FF06C4;
}
.BgClassName
{
background-color: #FF06C4;
}
</style>
border-color css
<style>
span { border-color: #FF06C4; }
span { border-color: rgb(255,6,196); }
td.TdClassName
{
border-color: #FF06C4;
}
.TagClassName
{
border-color: #FF06C4;
}
</style>