Shades of Hollywood Cerise #F8039D
Tints of Hollywood Cerise #F8039D
RGB
CMYK
RGB Variations
Color information
#F8039D (or 0xF8039D) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 9D. RGB value is (248,3,157). Sum of RGB (Red+Green+Blue) = 248+3+157=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8039D is #07FC62. Grayscale: #5D5D5D. Windows color (decimal): -523363 or 10290168. OLE color: 10290168.
HSL color Cylindrical-coordinate representation of color #F8039D: hue angle of 322.29º 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 #F8039D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.03 |
| HSL | 322.29º | 0.98% | 0.49% | - |
| HSV(B) | 322.29º | 0.99% | 0.97% | - |
| XYZ | 44.83 | 22.46 | 33.87 | - |
| YUV | 93.81 | 163.67 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 157 | 0 | 0.99 | 0.37 | 0.03 | 322.29 | 0.98 | 0.49 |
| Hex | F8 | 3 | 9D | 0 | 63 | 25 | 3 | 142 | 62 | 31 |
| Octal | 370 | 3 | 235 | 0 | 143 | 45 | 3 | 502 | 142 | 61 |
| Binary | 11111000 | 11 | 10011101 | 0 | 1100011 | 100101 | 11 | 101000010 | 1100010 | 110001 |
Color Harmonies of #F8039D
Complementary color
Monochromatic Colors of #F8039D
Black with #F8039D
Text Example
Text Example
White with #F8039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8039D; }
p { color: rgb(248,3,157); }
H1.HeaderClassName
{
color: #F8039D;
}
.AnyTagClassName
{
color: #F8039D;
}
</style>
background-color css
<style>
a { background-color: #F8039D; }
a { background-color: rgb(248,3,157); }
div.DivClassName
{
background-color: #F8039D;
}
.BgClassName
{
background-color: #F8039D;
}
</style>
border-color css
<style>
span { border-color: #F8039D; }
span { border-color: rgb(248,3,157); }
td.TdClassName
{
border-color: #F8039D;
}
.TagClassName
{
border-color: #F8039D;
}
</style>