Shades of Hollywood Cerise #F3048F
Tints of Hollywood Cerise #F3048F
RGB
CMYK
RGB Variations
Color information
#F3048F (or 0xF3048F) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 8F. RGB value is (243,4,143). Sum of RGB (Red+Green+Blue) = 243+4+143=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3048F is #0CFB70. Grayscale: #5A5A5A. Windows color (decimal): -850801 or 9372915. OLE color: 9372915.
HSL color Cylindrical-coordinate representation of color #F3048F: hue angle of 325.1º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3048F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.05 |
| HSL | 325.1º | 0.97% | 0.48% | - |
| HSV(B) | 325.1º | 0.98% | 0.95% | - |
| XYZ | 41.96 | 21.12 | 27.85 | - |
| YUV | 91.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 143 | 0 | 0.98 | 0.41 | 0.05 | 325.1 | 0.97 | 0.48 |
| Hex | F3 | 4 | 8F | 0 | 62 | 29 | 5 | 145 | 61 | 30 |
| Octal | 363 | 4 | 217 | 0 | 142 | 51 | 5 | 505 | 141 | 60 |
| Binary | 11110011 | 100 | 10001111 | 0 | 1100010 | 101001 | 101 | 101000101 | 1100001 | 110000 |
Color Harmonies of #F3048F
Complementary color
Monochromatic Colors of #F3048F
Black with #F3048F
Text Example
Text Example
White with #F3048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3048F; }
p { color: rgb(243,4,143); }
H1.HeaderClassName
{
color: #F3048F;
}
.AnyTagClassName
{
color: #F3048F;
}
</style>
background-color css
<style>
a { background-color: #F3048F; }
a { background-color: rgb(243,4,143); }
div.DivClassName
{
background-color: #F3048F;
}
.BgClassName
{
background-color: #F3048F;
}
</style>
border-color css
<style>
span { border-color: #F3048F; }
span { border-color: rgb(243,4,143); }
td.TdClassName
{
border-color: #F3048F;
}
.TagClassName
{
border-color: #F3048F;
}
</style>