Shades of Hollywood Cerise #F6008C
Tints of Hollywood Cerise #F6008C
RGB
CMYK
RGB Variations
Color information
#F6008C (or 0xF6008C) is known color: Hollywood Cerise. HEX triplet: F6, 00 and 8C. RGB value is (246,0,140). Sum of RGB (Red+Green+Blue) = 246+0+140=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F6008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6008C is #09FF73. Grayscale: #595959. Windows color (decimal): -655220 or 9175286. OLE color: 9175286.
HSL color Cylindrical-coordinate representation of color #F6008C: hue angle of 325.85º 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 #F6008C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.43 | 0.04 |
| HSL | 325.85º | 1% | 0.48% | - |
| HSV(B) | 325.85º | 1% | 0.96% | - |
| XYZ | 42.74 | 21.49 | 26.71 | - |
| YUV | 89.51 | 156.5 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 140 | 0 | 1 | 0.43 | 0.04 | 325.85 | 1 | 0.48 |
| Hex | F6 | 0 | 8C | 0 | 64 | 2B | 4 | 146 | 64 | 30 |
| Octal | 366 | 0 | 214 | 0 | 144 | 53 | 4 | 506 | 144 | 60 |
| Binary | 11110110 | 0 | 10001100 | 0 | 1100100 | 101011 | 100 | 101000110 | 1100100 | 110000 |
Color Harmonies of #F6008C
Complementary color
Monochromatic Colors of #F6008C
Black with #F6008C
Text Example
Text Example
White with #F6008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6008C; }
p { color: rgb(246,0,140); }
H1.HeaderClassName
{
color: #F6008C;
}
.AnyTagClassName
{
color: #F6008C;
}
</style>
background-color css
<style>
a { background-color: #F6008C; }
a { background-color: rgb(246,0,140); }
div.DivClassName
{
background-color: #F6008C;
}
.BgClassName
{
background-color: #F6008C;
}
</style>
border-color css
<style>
span { border-color: #F6008C; }
span { border-color: rgb(246,0,140); }
td.TdClassName
{
border-color: #F6008C;
}
.TagClassName
{
border-color: #F6008C;
}
</style>