Shades of Hollywood Cerise #F700AB
Tints of Hollywood Cerise #F700AB
RGB
CMYK
RGB Variations
Color information
#F700AB (or 0xF700AB) is known color: Hollywood Cerise. HEX triplet: F7, 00 and AB. RGB value is (247,0,171). Sum of RGB (Red+Green+Blue) = 247+0+171=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F700AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700AB is #08FF54. Grayscale: #5C5C5C. Windows color (decimal): -589653 or 11206903. OLE color: 11206903.
HSL color Cylindrical-coordinate representation of color #F700AB: hue angle of 318.46º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700AB is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.31 | 0.03 |
| HSL | 318.46º | 1% | 0.48% | - |
| HSV(B) | 318.46º | 1% | 0.97% | - |
| XYZ | 45.71 | 22.71 | 40.5 | - |
| YUV | 93.35 | 171.83 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 171 | 0 | 1 | 0.31 | 0.03 | 318.46 | 1 | 0.48 |
| Hex | F7 | 0 | AB | 0 | 64 | 1F | 3 | 13E | 64 | 30 |
| Octal | 367 | 0 | 253 | 0 | 144 | 37 | 3 | 476 | 144 | 60 |
| Binary | 11110111 | 0 | 10101011 | 0 | 1100100 | 11111 | 11 | 100111110 | 1100100 | 110000 |
Color Harmonies of #F700AB
Complementary color
Monochromatic Colors of #F700AB
Black with #F700AB
Text Example
Text Example
White with #F700AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700AB; }
p { color: rgb(247,0,171); }
H1.HeaderClassName
{
color: #F700AB;
}
.AnyTagClassName
{
color: #F700AB;
}
</style>
background-color css
<style>
a { background-color: #F700AB; }
a { background-color: rgb(247,0,171); }
div.DivClassName
{
background-color: #F700AB;
}
.BgClassName
{
background-color: #F700AB;
}
</style>
border-color css
<style>
span { border-color: #F700AB; }
span { border-color: rgb(247,0,171); }
td.TdClassName
{
border-color: #F700AB;
}
.TagClassName
{
border-color: #F700AB;
}
</style>