Shades of Hollywood Cerise #FF06A6
Tints of Hollywood Cerise #FF06A6
RGB
CMYK
RGB Variations
Color information
#FF06A6 (or 0xFF06A6) is known color: Hollywood Cerise. HEX triplet: FF, 06 and A6. RGB value is (255,6,166). Sum of RGB (Red+Green+Blue) = 255+6+166=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF06A6 is #00F959. Grayscale: #626262. Windows color (decimal): -63834 or 10880767. OLE color: 10880767.
HSL color Cylindrical-coordinate representation of color #FF06A6: hue angle of 321.45º 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 #FF06A6 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 166 | - |
| CMYK | 0 | 0.98 | 0.35 | 0 |
| HSL | 321.45º | 1% | 0.51% | - |
| HSV(B) | 321.45º | 0.98% | 1% | - |
| XYZ | 48.19 | 24.14 | 38.2 | - |
| YUV | 98.69 | 165.99 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 166 | 0 | 0.98 | 0.35 | 0 | 321.45 | 1 | 0.51 |
| Hex | FF | 6 | A6 | 0 | 62 | 23 | 0 | 141 | 64 | 33 |
| Octal | 377 | 6 | 246 | 0 | 142 | 43 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 110 | 10100110 | 0 | 1100010 | 100011 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF06A6
Complementary color
Monochromatic Colors of #FF06A6
Black with #FF06A6
Text Example
Text Example
White with #FF06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06A6; }
p { color: rgb(255,6,166); }
H1.HeaderClassName
{
color: #FF06A6;
}
.AnyTagClassName
{
color: #FF06A6;
}
</style>
background-color css
<style>
a { background-color: #FF06A6; }
a { background-color: rgb(255,6,166); }
div.DivClassName
{
background-color: #FF06A6;
}
.BgClassName
{
background-color: #FF06A6;
}
</style>
border-color css
<style>
span { border-color: #FF06A6; }
span { border-color: rgb(255,6,166); }
td.TdClassName
{
border-color: #FF06A6;
}
.TagClassName
{
border-color: #FF06A6;
}
</style>