Shades of Hollywood Cerise #FF07A6
Tints of Hollywood Cerise #FF07A6
RGB
CMYK
RGB Variations
Color information
#FF07A6 (or 0xFF07A6) is known color: Hollywood Cerise. HEX triplet: FF, 07 and A6. RGB value is (255,7,166). Sum of RGB (Red+Green+Blue) = 255+7+166=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07A6 is #00F859. Grayscale: #626262. Windows color (decimal): -63578 or 10881023. OLE color: 10881023.
HSL color Cylindrical-coordinate representation of color #FF07A6: hue angle of 321.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07A6 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 166 | - |
| CMYK | 0 | 0.97 | 0.35 | 0 |
| HSL | 321.53º | 1% | 0.51% | - |
| HSV(B) | 321.53º | 0.97% | 1% | - |
| XYZ | 48.2 | 24.17 | 38.2 | - |
| YUV | 99.28 | 165.66 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 166 | 0 | 0.97 | 0.35 | 0 | 321.53 | 1 | 0.51 |
| Hex | FF | 7 | A6 | 0 | 61 | 23 | 0 | 142 | 64 | 33 |
| Octal | 377 | 7 | 246 | 0 | 141 | 43 | 0 | 502 | 144 | 63 |
| Binary | 11111111 | 111 | 10100110 | 0 | 1100001 | 100011 | 0 | 101000010 | 1100100 | 110011 |
Color Harmonies of #FF07A6
Complementary color
Monochromatic Colors of #FF07A6
Black with #FF07A6
Text Example
Text Example
White with #FF07A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07A6; }
p { color: rgb(255,7,166); }
H1.HeaderClassName
{
color: #FF07A6;
}
.AnyTagClassName
{
color: #FF07A6;
}
</style>
background-color css
<style>
a { background-color: #FF07A6; }
a { background-color: rgb(255,7,166); }
div.DivClassName
{
background-color: #FF07A6;
}
.BgClassName
{
background-color: #FF07A6;
}
</style>
border-color css
<style>
span { border-color: #FF07A6; }
span { border-color: rgb(255,7,166); }
td.TdClassName
{
border-color: #FF07A6;
}
.TagClassName
{
border-color: #FF07A6;
}
</style>