Shades of Hollywood Cerise #F602A1
Tints of Hollywood Cerise #F602A1
RGB
CMYK
RGB Variations
Color information
#F602A1 (or 0xF602A1) is known color: Hollywood Cerise. HEX triplet: F6, 02 and A1. RGB value is (246,2,161). Sum of RGB (Red+Green+Blue) = 246+2+161=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F602A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F602A1 is #09FD5E. Grayscale: #5C5C5C. Windows color (decimal): -654687 or 10552054. OLE color: 10552054.
HSL color Cylindrical-coordinate representation of color #F602A1: hue angle of 320.9º 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 #F602A1 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.04 |
| HSL | 320.9º | 0.98% | 0.49% | - |
| HSV(B) | 320.9º | 0.99% | 0.96% | - |
| XYZ | 44.46 | 22.21 | 35.66 | - |
| YUV | 93.08 | 166.34 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 161 | 0 | 0.99 | 0.35 | 0.04 | 320.9 | 0.98 | 0.49 |
| Hex | F6 | 2 | A1 | 0 | 63 | 23 | 4 | 141 | 62 | 31 |
| Octal | 366 | 2 | 241 | 0 | 143 | 43 | 4 | 501 | 142 | 61 |
| Binary | 11110110 | 10 | 10100001 | 0 | 1100011 | 100011 | 100 | 101000001 | 1100010 | 110001 |
Color Harmonies of #F602A1
Complementary color
Monochromatic Colors of #F602A1
Black with #F602A1
Text Example
Text Example
White with #F602A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602A1; }
p { color: rgb(246,2,161); }
H1.HeaderClassName
{
color: #F602A1;
}
.AnyTagClassName
{
color: #F602A1;
}
</style>
background-color css
<style>
a { background-color: #F602A1; }
a { background-color: rgb(246,2,161); }
div.DivClassName
{
background-color: #F602A1;
}
.BgClassName
{
background-color: #F602A1;
}
</style>
border-color css
<style>
span { border-color: #F602A1; }
span { border-color: rgb(246,2,161); }
td.TdClassName
{
border-color: #F602A1;
}
.TagClassName
{
border-color: #F602A1;
}
</style>