Shades of Hollywood Cerise #F003A6
Tints of Hollywood Cerise #F003A6
RGB
CMYK
RGB Variations
Color information
#F003A6 (or 0xF003A6) is known color: Hollywood Cerise. HEX triplet: F0, 03 and A6. RGB value is (240,3,166). Sum of RGB (Red+Green+Blue) = 240+3+166=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F003A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F003A6 is #0FFC59. Grayscale: #5C5C5C. Windows color (decimal): -1047642 or 10879984. OLE color: 10879984.
HSL color Cylindrical-coordinate representation of color #F003A6: hue angle of 318.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003A6 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.06 |
| HSL | 318.73º | 0.98% | 0.48% | - |
| HSV(B) | 318.73º | 0.99% | 0.94% | - |
| XYZ | 42.85 | 21.34 | 37.94 | - |
| YUV | 92.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 166 | 0 | 0.99 | 0.31 | 0.06 | 318.73 | 0.98 | 0.48 |
| Hex | F0 | 3 | A6 | 0 | 63 | 1F | 6 | 13F | 62 | 30 |
| Octal | 360 | 3 | 246 | 0 | 143 | 37 | 6 | 477 | 142 | 60 |
| Binary | 11110000 | 11 | 10100110 | 0 | 1100011 | 11111 | 110 | 100111111 | 1100010 | 110000 |
Color Harmonies of #F003A6
Complementary color
Monochromatic Colors of #F003A6
Black with #F003A6
Text Example
Text Example
White with #F003A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003A6; }
p { color: rgb(240,3,166); }
H1.HeaderClassName
{
color: #F003A6;
}
.AnyTagClassName
{
color: #F003A6;
}
</style>
background-color css
<style>
a { background-color: #F003A6; }
a { background-color: rgb(240,3,166); }
div.DivClassName
{
background-color: #F003A6;
}
.BgClassName
{
background-color: #F003A6;
}
</style>
border-color css
<style>
span { border-color: #F003A6; }
span { border-color: rgb(240,3,166); }
td.TdClassName
{
border-color: #F003A6;
}
.TagClassName
{
border-color: #F003A6;
}
</style>