Shades of Hollywood Cerise #F6008F
Tints of Hollywood Cerise #F6008F
RGB
CMYK
RGB Variations
Color information
#F6008F (or 0xF6008F) is known color: Hollywood Cerise. HEX triplet: F6, 00 and 8F. RGB value is (246,0,143). Sum of RGB (Red+Green+Blue) = 246+0+143=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6008F is #09FF70. Grayscale: #595959. Windows color (decimal): -655217 or 9371894. OLE color: 9371894.
HSL color Cylindrical-coordinate representation of color #F6008F: hue angle of 325.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6008F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.42 | 0.04 |
| HSL | 325.12º | 1% | 0.48% | - |
| HSV(B) | 325.12º | 1% | 0.96% | - |
| XYZ | 42.96 | 21.58 | 27.89 | - |
| YUV | 89.86 | 158 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 143 | 0 | 1 | 0.42 | 0.04 | 325.12 | 1 | 0.48 |
| Hex | F6 | 0 | 8F | 0 | 64 | 2A | 4 | 145 | 64 | 30 |
| Octal | 366 | 0 | 217 | 0 | 144 | 52 | 4 | 505 | 144 | 60 |
| Binary | 11110110 | 0 | 10001111 | 0 | 1100100 | 101010 | 100 | 101000101 | 1100100 | 110000 |
Color Harmonies of #F6008F
Complementary color
Monochromatic Colors of #F6008F
Black with #F6008F
Text Example
Text Example
White with #F6008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6008F; }
p { color: rgb(246,0,143); }
H1.HeaderClassName
{
color: #F6008F;
}
.AnyTagClassName
{
color: #F6008F;
}
</style>
background-color css
<style>
a { background-color: #F6008F; }
a { background-color: rgb(246,0,143); }
div.DivClassName
{
background-color: #F6008F;
}
.BgClassName
{
background-color: #F6008F;
}
</style>
border-color css
<style>
span { border-color: #F6008F; }
span { border-color: rgb(246,0,143); }
td.TdClassName
{
border-color: #F6008F;
}
.TagClassName
{
border-color: #F6008F;
}
</style>