Shades of Hollywood Cerise #F605A1
Tints of Hollywood Cerise #F605A1
RGB
CMYK
RGB Variations
Color information
#F605A1 (or 0xF605A1) is known color: Hollywood Cerise. HEX triplet: F6, 05 and A1. RGB value is (246,5,161). Sum of RGB (Red+Green+Blue) = 246+5+161=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F605A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605A1 is #09FA5E. Grayscale: #5E5E5E. Windows color (decimal): -653919 or 10552822. OLE color: 10552822.
HSL color Cylindrical-coordinate representation of color #F605A1: hue angle of 321.16º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605A1 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.04 |
| HSL | 321.16º | 0.96% | 0.49% | - |
| HSV(B) | 321.16º | 0.98% | 0.96% | - |
| XYZ | 44.49 | 22.27 | 35.67 | - |
| YUV | 94.84 | 165.34 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 161 | 0 | 0.98 | 0.35 | 0.04 | 321.16 | 0.96 | 0.49 |
| Hex | F6 | 5 | A1 | 0 | 62 | 23 | 4 | 141 | 60 | 31 |
| Octal | 366 | 5 | 241 | 0 | 142 | 43 | 4 | 501 | 140 | 61 |
| Binary | 11110110 | 101 | 10100001 | 0 | 1100010 | 100011 | 100 | 101000001 | 1100000 | 110001 |
Color Harmonies of #F605A1
Complementary color
Monochromatic Colors of #F605A1
Black with #F605A1
Text Example
Text Example
White with #F605A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605A1; }
p { color: rgb(246,5,161); }
H1.HeaderClassName
{
color: #F605A1;
}
.AnyTagClassName
{
color: #F605A1;
}
</style>
background-color css
<style>
a { background-color: #F605A1; }
a { background-color: rgb(246,5,161); }
div.DivClassName
{
background-color: #F605A1;
}
.BgClassName
{
background-color: #F605A1;
}
</style>
border-color css
<style>
span { border-color: #F605A1; }
span { border-color: rgb(246,5,161); }
td.TdClassName
{
border-color: #F605A1;
}
.TagClassName
{
border-color: #F605A1;
}
</style>