Shades of Hollywood Cerise #F605AC
Tints of Hollywood Cerise #F605AC
RGB
CMYK
RGB Variations
Color information
#F605AC (or 0xF605AC) is known color: Hollywood Cerise. HEX triplet: F6, 05 and AC. RGB value is (246,5,172). Sum of RGB (Red+Green+Blue) = 246+5+172=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F605AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605AC is #09FA53. Grayscale: #5F5F5F. Windows color (decimal): -653908 or 11273718. OLE color: 11273718.
HSL color Cylindrical-coordinate representation of color #F605AC: hue angle of 318.42º 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 #F605AC is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.42º | 0.96% | 0.49% | - |
| HSV(B) | 318.42º | 0.98% | 0.96% | - |
| XYZ | 45.51 | 22.68 | 41.01 | - |
| YUV | 96.1 | 170.84 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 172 | 0 | 0.98 | 0.30 | 0.04 | 318.42 | 0.96 | 0.49 |
| Hex | F6 | 5 | AC | 0 | 62 | 1E | 4 | 13E | 60 | 31 |
| Octal | 366 | 5 | 254 | 0 | 142 | 36 | 4 | 476 | 140 | 61 |
| Binary | 11110110 | 101 | 10101100 | 0 | 1100010 | 11110 | 100 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F605AC
Complementary color
Monochromatic Colors of #F605AC
Black with #F605AC
Text Example
Text Example
White with #F605AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605AC; }
p { color: rgb(246,5,172); }
H1.HeaderClassName
{
color: #F605AC;
}
.AnyTagClassName
{
color: #F605AC;
}
</style>
background-color css
<style>
a { background-color: #F605AC; }
a { background-color: rgb(246,5,172); }
div.DivClassName
{
background-color: #F605AC;
}
.BgClassName
{
background-color: #F605AC;
}
</style>
border-color css
<style>
span { border-color: #F605AC; }
span { border-color: rgb(246,5,172); }
td.TdClassName
{
border-color: #F605AC;
}
.TagClassName
{
border-color: #F605AC;
}
</style>