Shades of Hollywood Cerise #F205AF
Tints of Hollywood Cerise #F205AF
RGB
CMYK
RGB Variations
Color information
#F205AF (or 0xF205AF) is known color: Hollywood Cerise. HEX triplet: F2, 05 and AF. RGB value is (242,5,175). Sum of RGB (Red+Green+Blue) = 242+5+175=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F205AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205AF is #0DFA50. Grayscale: #5E5E5E. Windows color (decimal): -916049 or 11470322. OLE color: 11470322.
HSL color Cylindrical-coordinate representation of color #F205AF: hue angle of 316.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205AF is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.05 |
| HSL | 316.96º | 0.96% | 0.48% | - |
| HSV(B) | 316.96º | 0.98% | 0.95% | - |
| XYZ | 44.41 | 22.08 | 42.48 | - |
| YUV | 95.24 | 173.02 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 175 | 0 | 0.98 | 0.28 | 0.05 | 316.96 | 0.96 | 0.48 |
| Hex | F2 | 5 | AF | 0 | 62 | 1C | 5 | 13D | 60 | 30 |
| Octal | 362 | 5 | 257 | 0 | 142 | 34 | 5 | 475 | 140 | 60 |
| Binary | 11110010 | 101 | 10101111 | 0 | 1100010 | 11100 | 101 | 100111101 | 1100000 | 110000 |
Color Harmonies of #F205AF
Complementary color
Monochromatic Colors of #F205AF
Black with #F205AF
Text Example
Text Example
White with #F205AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205AF; }
p { color: rgb(242,5,175); }
H1.HeaderClassName
{
color: #F205AF;
}
.AnyTagClassName
{
color: #F205AF;
}
</style>
background-color css
<style>
a { background-color: #F205AF; }
a { background-color: rgb(242,5,175); }
div.DivClassName
{
background-color: #F205AF;
}
.BgClassName
{
background-color: #F205AF;
}
</style>
border-color css
<style>
span { border-color: #F205AF; }
span { border-color: rgb(242,5,175); }
td.TdClassName
{
border-color: #F205AF;
}
.TagClassName
{
border-color: #F205AF;
}
</style>