Shades of Hollywood Cerise #F7028F
Tints of Hollywood Cerise #F7028F
RGB
CMYK
RGB Variations
Color information
#F7028F (or 0xF7028F) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 8F. RGB value is (247,2,143). Sum of RGB (Red+Green+Blue) = 247+2+143=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7028F is #08FD70. Grayscale: #5B5B5B. Windows color (decimal): -589169 or 9372407. OLE color: 9372407.
HSL color Cylindrical-coordinate representation of color #F7028F: hue angle of 325.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7028F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.03 |
| HSL | 325.47º | 0.98% | 0.49% | - |
| HSV(B) | 325.47º | 0.99% | 0.97% | - |
| XYZ | 43.34 | 21.8 | 27.91 | - |
| YUV | 91.33 | 157.17 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 143 | 0 | 0.99 | 0.42 | 0.03 | 325.47 | 0.98 | 0.49 |
| Hex | F7 | 2 | 8F | 0 | 63 | 2A | 3 | 145 | 62 | 31 |
| Octal | 367 | 2 | 217 | 0 | 143 | 52 | 3 | 505 | 142 | 61 |
| Binary | 11110111 | 10 | 10001111 | 0 | 1100011 | 101010 | 11 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F7028F
Complementary color
Monochromatic Colors of #F7028F
Black with #F7028F
Text Example
Text Example
White with #F7028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7028F; }
p { color: rgb(247,2,143); }
H1.HeaderClassName
{
color: #F7028F;
}
.AnyTagClassName
{
color: #F7028F;
}
</style>
background-color css
<style>
a { background-color: #F7028F; }
a { background-color: rgb(247,2,143); }
div.DivClassName
{
background-color: #F7028F;
}
.BgClassName
{
background-color: #F7028F;
}
</style>
border-color css
<style>
span { border-color: #F7028F; }
span { border-color: rgb(247,2,143); }
td.TdClassName
{
border-color: #F7028F;
}
.TagClassName
{
border-color: #F7028F;
}
</style>