Shades of Hollywood Cerise #F701A7
Tints of Hollywood Cerise #F701A7
RGB
CMYK
RGB Variations
Color information
#F701A7 (or 0xF701A7) is known color: Hollywood Cerise. HEX triplet: F7, 01 and A7. RGB value is (247,1,167). Sum of RGB (Red+Green+Blue) = 247+1+167=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F701A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701A7 is #08FE58. Grayscale: #5D5D5D. Windows color (decimal): -589401 or 10945015. OLE color: 10945015.
HSL color Cylindrical-coordinate representation of color #F701A7: hue angle of 319.51º 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 #F701A7 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 167 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.03 |
| HSL | 319.51º | 0.99% | 0.49% | - |
| HSV(B) | 319.51º | 1% | 0.97% | - |
| XYZ | 45.34 | 22.59 | 38.53 | - |
| YUV | 93.48 | 169.5 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 167 | 0 | 1.00 | 0.32 | 0.03 | 319.51 | 0.99 | 0.49 |
| Hex | F7 | 1 | A7 | 0 | 64 | 20 | 3 | 140 | 63 | 31 |
| Octal | 367 | 1 | 247 | 0 | 144 | 40 | 3 | 500 | 143 | 61 |
| Binary | 11110111 | 1 | 10100111 | 0 | 1100100 | 100000 | 11 | 101000000 | 1100011 | 110001 |
Color Harmonies of #F701A7
Complementary color
Monochromatic Colors of #F701A7
Black with #F701A7
Text Example
Text Example
White with #F701A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701A7; }
p { color: rgb(247,1,167); }
H1.HeaderClassName
{
color: #F701A7;
}
.AnyTagClassName
{
color: #F701A7;
}
</style>
background-color css
<style>
a { background-color: #F701A7; }
a { background-color: rgb(247,1,167); }
div.DivClassName
{
background-color: #F701A7;
}
.BgClassName
{
background-color: #F701A7;
}
</style>
border-color css
<style>
span { border-color: #F701A7; }
span { border-color: rgb(247,1,167); }
td.TdClassName
{
border-color: #F701A7;
}
.TagClassName
{
border-color: #F701A7;
}
</style>