Shades of Hollywood Cerise #F603A0
Tints of Hollywood Cerise #F603A0
RGB
CMYK
RGB Variations
Color information
#F603A0 (or 0xF603A0) is known color: Hollywood Cerise. HEX triplet: F6, 03 and A0. RGB value is (246,3,160). Sum of RGB (Red+Green+Blue) = 246+3+160=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F603A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F603A0 is #09FC5F. Grayscale: #5D5D5D. Windows color (decimal): -654432 or 10486774. OLE color: 10486774.
HSL color Cylindrical-coordinate representation of color #F603A0: hue angle of 321.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603A0 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.04 |
| HSL | 321.23º | 0.98% | 0.49% | - |
| HSV(B) | 321.23º | 0.99% | 0.96% | - |
| XYZ | 44.38 | 22.2 | 35.2 | - |
| YUV | 93.56 | 165.51 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 160 | 0 | 0.99 | 0.35 | 0.04 | 321.23 | 0.98 | 0.49 |
| Hex | F6 | 3 | A0 | 0 | 63 | 23 | 4 | 141 | 62 | 31 |
| Octal | 366 | 3 | 240 | 0 | 143 | 43 | 4 | 501 | 142 | 61 |
| Binary | 11110110 | 11 | 10100000 | 0 | 1100011 | 100011 | 100 | 101000001 | 1100010 | 110001 |
Color Harmonies of #F603A0
Complementary color
Monochromatic Colors of #F603A0
Black with #F603A0
Text Example
Text Example
White with #F603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603A0; }
p { color: rgb(246,3,160); }
H1.HeaderClassName
{
color: #F603A0;
}
.AnyTagClassName
{
color: #F603A0;
}
</style>
background-color css
<style>
a { background-color: #F603A0; }
a { background-color: rgb(246,3,160); }
div.DivClassName
{
background-color: #F603A0;
}
.BgClassName
{
background-color: #F603A0;
}
</style>
border-color css
<style>
span { border-color: #F603A0; }
span { border-color: rgb(246,3,160); }
td.TdClassName
{
border-color: #F603A0;
}
.TagClassName
{
border-color: #F603A0;
}
</style>