Shades of Hollywood Cerise #F003AD
Tints of Hollywood Cerise #F003AD
RGB
CMYK
RGB Variations
Color information
#F003AD (or 0xF003AD) is known color: Hollywood Cerise. HEX triplet: F0, 03 and AD. RGB value is (240,3,173). Sum of RGB (Red+Green+Blue) = 240+3+173=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F003AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F003AD is #0FFC52. Grayscale: #5C5C5C. Windows color (decimal): -1047635 or 11338736. OLE color: 11338736.
HSL color Cylindrical-coordinate representation of color #F003AD: hue angle of 316.96º 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 #F003AD is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.06 |
| HSL | 316.96º | 0.98% | 0.48% | - |
| HSV(B) | 316.96º | 0.99% | 0.94% | - |
| XYZ | 43.51 | 21.61 | 41.41 | - |
| YUV | 93.24 | 173.02 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 173 | 0 | 0.99 | 0.28 | 0.06 | 316.96 | 0.98 | 0.48 |
| Hex | F0 | 3 | AD | 0 | 63 | 1C | 6 | 13D | 62 | 30 |
| Octal | 360 | 3 | 255 | 0 | 143 | 34 | 6 | 475 | 142 | 60 |
| Binary | 11110000 | 11 | 10101101 | 0 | 1100011 | 11100 | 110 | 100111101 | 1100010 | 110000 |
Color Harmonies of #F003AD
Complementary color
Monochromatic Colors of #F003AD
Black with #F003AD
Text Example
Text Example
White with #F003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003AD; }
p { color: rgb(240,3,173); }
H1.HeaderClassName
{
color: #F003AD;
}
.AnyTagClassName
{
color: #F003AD;
}
</style>
background-color css
<style>
a { background-color: #F003AD; }
a { background-color: rgb(240,3,173); }
div.DivClassName
{
background-color: #F003AD;
}
.BgClassName
{
background-color: #F003AD;
}
</style>
border-color css
<style>
span { border-color: #F003AD; }
span { border-color: rgb(240,3,173); }
td.TdClassName
{
border-color: #F003AD;
}
.TagClassName
{
border-color: #F003AD;
}
</style>