Shades of Hollywood Cerise #F701A6
Tints of Hollywood Cerise #F701A6
RGB
CMYK
RGB Variations
Color information
#F701A6 (or 0xF701A6) is known color: Hollywood Cerise. HEX triplet: F7, 01 and A6. RGB value is (247,1,166). Sum of RGB (Red+Green+Blue) = 247+1+166=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F701A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701A6 is #08FE59. Grayscale: #5C5C5C. Windows color (decimal): -589402 or 10879479. OLE color: 10879479.
HSL color Cylindrical-coordinate representation of color #F701A6: hue angle of 319.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701A6 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.03 |
| HSL | 319.76º | 0.99% | 0.49% | - |
| HSV(B) | 319.76º | 1% | 0.97% | - |
| XYZ | 45.25 | 22.55 | 38.04 | - |
| YUV | 93.36 | 169 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 166 | 0 | 1.00 | 0.33 | 0.03 | 319.76 | 0.99 | 0.49 |
| Hex | F7 | 1 | A6 | 0 | 64 | 21 | 3 | 140 | 63 | 31 |
| Octal | 367 | 1 | 246 | 0 | 144 | 41 | 3 | 500 | 143 | 61 |
| Binary | 11110111 | 1 | 10100110 | 0 | 1100100 | 100001 | 11 | 101000000 | 1100011 | 110001 |
Color Harmonies of #F701A6
Complementary color
Monochromatic Colors of #F701A6
Black with #F701A6
Text Example
Text Example
White with #F701A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701A6; }
p { color: rgb(247,1,166); }
H1.HeaderClassName
{
color: #F701A6;
}
.AnyTagClassName
{
color: #F701A6;
}
</style>
background-color css
<style>
a { background-color: #F701A6; }
a { background-color: rgb(247,1,166); }
div.DivClassName
{
background-color: #F701A6;
}
.BgClassName
{
background-color: #F701A6;
}
</style>
border-color css
<style>
span { border-color: #F701A6; }
span { border-color: rgb(247,1,166); }
td.TdClassName
{
border-color: #F701A6;
}
.TagClassName
{
border-color: #F701A6;
}
</style>