Shades of Hollywood Cerise #F700A4
Tints of Hollywood Cerise #F700A4
RGB
CMYK
RGB Variations
Color information
#F700A4 (or 0xF700A4) is known color: Hollywood Cerise. HEX triplet: F7, 00 and A4. RGB value is (247,0,164). Sum of RGB (Red+Green+Blue) = 247+0+164=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F700A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700A4 is #08FF5B. Grayscale: #5C5C5C. Windows color (decimal): -589660 or 10748151. OLE color: 10748151.
HSL color Cylindrical-coordinate representation of color #F700A4: hue angle of 320.16º 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 #F700A4 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.34 | 0.03 |
| HSL | 320.16º | 1% | 0.48% | - |
| HSV(B) | 320.16º | 1% | 0.97% | - |
| XYZ | 45.06 | 22.45 | 37.08 | - |
| YUV | 92.55 | 168.33 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 164 | 0 | 1 | 0.34 | 0.03 | 320.16 | 1 | 0.48 |
| Hex | F7 | 0 | A4 | 0 | 64 | 22 | 3 | 140 | 64 | 30 |
| Octal | 367 | 0 | 244 | 0 | 144 | 42 | 3 | 500 | 144 | 60 |
| Binary | 11110111 | 0 | 10100100 | 0 | 1100100 | 100010 | 11 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F700A4
Complementary color
Monochromatic Colors of #F700A4
Black with #F700A4
Text Example
Text Example
White with #F700A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700A4; }
p { color: rgb(247,0,164); }
H1.HeaderClassName
{
color: #F700A4;
}
.AnyTagClassName
{
color: #F700A4;
}
</style>
background-color css
<style>
a { background-color: #F700A4; }
a { background-color: rgb(247,0,164); }
div.DivClassName
{
background-color: #F700A4;
}
.BgClassName
{
background-color: #F700A4;
}
</style>
border-color css
<style>
span { border-color: #F700A4; }
span { border-color: rgb(247,0,164); }
td.TdClassName
{
border-color: #F700A4;
}
.TagClassName
{
border-color: #F700A4;
}
</style>