Shades of Hollywood Cerise #F0028D
Tints of Hollywood Cerise #F0028D
RGB
CMYK
RGB Variations
Color information
#F0028D (or 0xF0028D) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 8D. RGB value is (240,2,141). Sum of RGB (Red+Green+Blue) = 240+2+141=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0028D is #0FFD72. Grayscale: #585858. Windows color (decimal): -1047923 or 9241328. OLE color: 9241328.
HSL color Cylindrical-coordinate representation of color #F0028D: hue angle of 324.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0028D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.06 |
| HSL | 324.96º | 0.98% | 0.47% | - |
| HSV(B) | 324.96º | 0.99% | 0.94% | - |
| XYZ | 40.76 | 20.49 | 27.01 | - |
| YUV | 89.01 | 157.35 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 141 | 0 | 0.99 | 0.41 | 0.06 | 324.96 | 0.98 | 0.47 |
| Hex | F0 | 2 | 8D | 0 | 63 | 29 | 6 | 145 | 62 | 2F |
| Octal | 360 | 2 | 215 | 0 | 143 | 51 | 6 | 505 | 142 | 57 |
| Binary | 11110000 | 10 | 10001101 | 0 | 1100011 | 101001 | 110 | 101000101 | 1100010 | 101111 |
Color Harmonies of #F0028D
Complementary color
Monochromatic Colors of #F0028D
Black with #F0028D
Text Example
Text Example
White with #F0028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0028D; }
p { color: rgb(240,2,141); }
H1.HeaderClassName
{
color: #F0028D;
}
.AnyTagClassName
{
color: #F0028D;
}
</style>
background-color css
<style>
a { background-color: #F0028D; }
a { background-color: rgb(240,2,141); }
div.DivClassName
{
background-color: #F0028D;
}
.BgClassName
{
background-color: #F0028D;
}
</style>
border-color css
<style>
span { border-color: #F0028D; }
span { border-color: rgb(240,2,141); }
td.TdClassName
{
border-color: #F0028D;
}
.TagClassName
{
border-color: #F0028D;
}
</style>