Shades of Hollywood Cerise #F700AF
Tints of Hollywood Cerise #F700AF
RGB
CMYK
RGB Variations
Color information
#F700AF (or 0xF700AF) is known color: Hollywood Cerise. HEX triplet: F7, 00 and AF. RGB value is (247,0,175). Sum of RGB (Red+Green+Blue) = 247+0+175=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F700AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700AF is #08FF50. Grayscale: #5D5D5D. Windows color (decimal): -589649 or 11469047. OLE color: 11469047.
HSL color Cylindrical-coordinate representation of color #F700AF: hue angle of 317.49º 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 #F700AF is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.29 | 0.03 |
| HSL | 317.49º | 1% | 0.48% | - |
| HSV(B) | 317.49º | 1% | 0.97% | - |
| XYZ | 46.1 | 22.87 | 42.54 | - |
| YUV | 93.8 | 173.83 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 175 | 0 | 1 | 0.29 | 0.03 | 317.49 | 1 | 0.48 |
| Hex | F7 | 0 | AF | 0 | 64 | 1D | 3 | 13D | 64 | 30 |
| Octal | 367 | 0 | 257 | 0 | 144 | 35 | 3 | 475 | 144 | 60 |
| Binary | 11110111 | 0 | 10101111 | 0 | 1100100 | 11101 | 11 | 100111101 | 1100100 | 110000 |
Color Harmonies of #F700AF
Complementary color
Monochromatic Colors of #F700AF
Black with #F700AF
Text Example
Text Example
White with #F700AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700AF; }
p { color: rgb(247,0,175); }
H1.HeaderClassName
{
color: #F700AF;
}
.AnyTagClassName
{
color: #F700AF;
}
</style>
background-color css
<style>
a { background-color: #F700AF; }
a { background-color: rgb(247,0,175); }
div.DivClassName
{
background-color: #F700AF;
}
.BgClassName
{
background-color: #F700AF;
}
</style>
border-color css
<style>
span { border-color: #F700AF; }
span { border-color: rgb(247,0,175); }
td.TdClassName
{
border-color: #F700AF;
}
.TagClassName
{
border-color: #F700AF;
}
</style>