Shades of Hollywood Cerise #F6028F
Tints of Hollywood Cerise #F6028F
RGB
CMYK
RGB Variations
Color information
#F6028F (or 0xF6028F) is known color: Hollywood Cerise. HEX triplet: F6, 02 and 8F. RGB value is (246,2,143). Sum of RGB (Red+Green+Blue) = 246+2+143=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6028F is #09FD70. Grayscale: #5A5A5A. Windows color (decimal): -654705 or 9372406. OLE color: 9372406.
HSL color Cylindrical-coordinate representation of color #F6028F: hue angle of 325.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6028F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.04 |
| HSL | 325.33º | 0.98% | 0.49% | - |
| HSV(B) | 325.33º | 0.99% | 0.96% | - |
| XYZ | 42.99 | 21.62 | 27.89 | - |
| YUV | 91.03 | 157.34 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 143 | 0 | 0.99 | 0.42 | 0.04 | 325.33 | 0.98 | 0.49 |
| Hex | F6 | 2 | 8F | 0 | 63 | 2A | 4 | 145 | 62 | 31 |
| Octal | 366 | 2 | 217 | 0 | 143 | 52 | 4 | 505 | 142 | 61 |
| Binary | 11110110 | 10 | 10001111 | 0 | 1100011 | 101010 | 100 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F6028F
Complementary color
Monochromatic Colors of #F6028F
Black with #F6028F
Text Example
Text Example
White with #F6028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6028F; }
p { color: rgb(246,2,143); }
H1.HeaderClassName
{
color: #F6028F;
}
.AnyTagClassName
{
color: #F6028F;
}
</style>
background-color css
<style>
a { background-color: #F6028F; }
a { background-color: rgb(246,2,143); }
div.DivClassName
{
background-color: #F6028F;
}
.BgClassName
{
background-color: #F6028F;
}
</style>
border-color css
<style>
span { border-color: #F6028F; }
span { border-color: rgb(246,2,143); }
td.TdClassName
{
border-color: #F6028F;
}
.TagClassName
{
border-color: #F6028F;
}
</style>