Shades of Hollywood Cerise #F203AE
Tints of Hollywood Cerise #F203AE
RGB
CMYK
RGB Variations
Color information
#F203AE (or 0xF203AE) is known color: Hollywood Cerise. HEX triplet: F2, 03 and AE. RGB value is (242,3,174). Sum of RGB (Red+Green+Blue) = 242+3+174=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F203AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203AE is #0DFC51. Grayscale: #5D5D5D. Windows color (decimal): -916562 or 11404274. OLE color: 11404274.
HSL color Cylindrical-coordinate representation of color #F203AE: hue angle of 317.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203AE is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 174 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.05 |
| HSL | 317.07º | 0.98% | 0.48% | - |
| HSV(B) | 317.07º | 0.99% | 0.95% | - |
| XYZ | 44.29 | 22 | 41.96 | - |
| YUV | 93.96 | 173.18 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 174 | 0 | 0.99 | 0.28 | 0.05 | 317.07 | 0.98 | 0.48 |
| Hex | F2 | 3 | AE | 0 | 63 | 1C | 5 | 13D | 62 | 30 |
| Octal | 362 | 3 | 256 | 0 | 143 | 34 | 5 | 475 | 142 | 60 |
| Binary | 11110010 | 11 | 10101110 | 0 | 1100011 | 11100 | 101 | 100111101 | 1100010 | 110000 |
Color Harmonies of #F203AE
Complementary color
Monochromatic Colors of #F203AE
Black with #F203AE
Text Example
Text Example
White with #F203AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203AE; }
p { color: rgb(242,3,174); }
H1.HeaderClassName
{
color: #F203AE;
}
.AnyTagClassName
{
color: #F203AE;
}
</style>
background-color css
<style>
a { background-color: #F203AE; }
a { background-color: rgb(242,3,174); }
div.DivClassName
{
background-color: #F203AE;
}
.BgClassName
{
background-color: #F203AE;
}
</style>
border-color css
<style>
span { border-color: #F203AE; }
span { border-color: rgb(242,3,174); }
td.TdClassName
{
border-color: #F203AE;
}
.TagClassName
{
border-color: #F203AE;
}
</style>