Shades of Hollywood Cerise #F3018C
Tints of Hollywood Cerise #F3018C
RGB
CMYK
RGB Variations
Color information
#F3018C (or 0xF3018C) is known color: Hollywood Cerise. HEX triplet: F3, 01 and 8C. RGB value is (243,1,140). Sum of RGB (Red+Green+Blue) = 243+1+140=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3018C is #0CFE73. Grayscale: #585858. Windows color (decimal): -851572 or 9175539. OLE color: 9175539.
HSL color Cylindrical-coordinate representation of color #F3018C: hue angle of 325.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3018C is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.05 |
| HSL | 325.54º | 0.99% | 0.48% | - |
| HSV(B) | 325.54º | 1% | 0.95% | - |
| XYZ | 41.71 | 20.97 | 26.66 | - |
| YUV | 89.2 | 156.67 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 140 | 0 | 1.00 | 0.42 | 0.05 | 325.54 | 0.99 | 0.48 |
| Hex | F3 | 1 | 8C | 0 | 64 | 2A | 5 | 146 | 63 | 30 |
| Octal | 363 | 1 | 214 | 0 | 144 | 52 | 5 | 506 | 143 | 60 |
| Binary | 11110011 | 1 | 10001100 | 0 | 1100100 | 101010 | 101 | 101000110 | 1100011 | 110000 |
Color Harmonies of #F3018C
Complementary color
Monochromatic Colors of #F3018C
Black with #F3018C
Text Example
Text Example
White with #F3018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3018C; }
p { color: rgb(243,1,140); }
H1.HeaderClassName
{
color: #F3018C;
}
.AnyTagClassName
{
color: #F3018C;
}
</style>
background-color css
<style>
a { background-color: #F3018C; }
a { background-color: rgb(243,1,140); }
div.DivClassName
{
background-color: #F3018C;
}
.BgClassName
{
background-color: #F3018C;
}
</style>
border-color css
<style>
span { border-color: #F3018C; }
span { border-color: rgb(243,1,140); }
td.TdClassName
{
border-color: #F3018C;
}
.TagClassName
{
border-color: #F3018C;
}
</style>