Shades of Hollywood Cerise #F705AD
Tints of Hollywood Cerise #F705AD
RGB
CMYK
RGB Variations
Color information
#F705AD (or 0xF705AD) is known color: Hollywood Cerise. HEX triplet: F7, 05 and AD. RGB value is (247,5,173). Sum of RGB (Red+Green+Blue) = 247+5+173=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F705AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705AD is #08FA52. Grayscale: #606060. Windows color (decimal): -588371 or 11339255. OLE color: 11339255.
HSL color Cylindrical-coordinate representation of color #F705AD: hue angle of 318.35º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F705AD is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.03 |
| HSL | 318.35º | 0.96% | 0.49% | - |
| HSV(B) | 318.35º | 0.98% | 0.97% | - |
| XYZ | 45.95 | 22.9 | 41.53 | - |
| YUV | 96.51 | 171.17 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 173 | 0 | 0.98 | 0.30 | 0.03 | 318.35 | 0.96 | 0.49 |
| Hex | F7 | 5 | AD | 0 | 62 | 1E | 3 | 13E | 60 | 31 |
| Octal | 367 | 5 | 255 | 0 | 142 | 36 | 3 | 476 | 140 | 61 |
| Binary | 11110111 | 101 | 10101101 | 0 | 1100010 | 11110 | 11 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F705AD
Complementary color
Monochromatic Colors of #F705AD
Black with #F705AD
Text Example
Text Example
White with #F705AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705AD; }
p { color: rgb(247,5,173); }
H1.HeaderClassName
{
color: #F705AD;
}
.AnyTagClassName
{
color: #F705AD;
}
</style>
background-color css
<style>
a { background-color: #F705AD; }
a { background-color: rgb(247,5,173); }
div.DivClassName
{
background-color: #F705AD;
}
.BgClassName
{
background-color: #F705AD;
}
</style>
border-color css
<style>
span { border-color: #F705AD; }
span { border-color: rgb(247,5,173); }
td.TdClassName
{
border-color: #F705AD;
}
.TagClassName
{
border-color: #F705AD;
}
</style>