Shades of Hollywood Cerise #F701AB
Tints of Hollywood Cerise #F701AB
RGB
CMYK
RGB Variations
Color information
#F701AB (or 0xF701AB) is known color: Hollywood Cerise. HEX triplet: F7, 01 and AB. RGB value is (247,1,171). Sum of RGB (Red+Green+Blue) = 247+1+171=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F701AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701AB is #08FE54. Grayscale: #5D5D5D. Windows color (decimal): -589397 or 11207159. OLE color: 11207159.
HSL color Cylindrical-coordinate representation of color #F701AB: hue angle of 318.54º 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 #F701AB is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.03 |
| HSL | 318.54º | 0.99% | 0.49% | - |
| HSV(B) | 318.54º | 1% | 0.97% | - |
| XYZ | 45.72 | 22.74 | 40.51 | - |
| YUV | 93.93 | 171.5 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 171 | 0 | 1.00 | 0.31 | 0.03 | 318.54 | 0.99 | 0.49 |
| Hex | F7 | 1 | AB | 0 | 64 | 1F | 3 | 13F | 63 | 31 |
| Octal | 367 | 1 | 253 | 0 | 144 | 37 | 3 | 477 | 143 | 61 |
| Binary | 11110111 | 1 | 10101011 | 0 | 1100100 | 11111 | 11 | 100111111 | 1100011 | 110001 |
Color Harmonies of #F701AB
Complementary color
Monochromatic Colors of #F701AB
Black with #F701AB
Text Example
Text Example
White with #F701AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701AB; }
p { color: rgb(247,1,171); }
H1.HeaderClassName
{
color: #F701AB;
}
.AnyTagClassName
{
color: #F701AB;
}
</style>
background-color css
<style>
a { background-color: #F701AB; }
a { background-color: rgb(247,1,171); }
div.DivClassName
{
background-color: #F701AB;
}
.BgClassName
{
background-color: #F701AB;
}
</style>
border-color css
<style>
span { border-color: #F701AB; }
span { border-color: rgb(247,1,171); }
td.TdClassName
{
border-color: #F701AB;
}
.TagClassName
{
border-color: #F701AB;
}
</style>