Shades of Hollywood Cerise #F3018F
Tints of Hollywood Cerise #F3018F
RGB
CMYK
RGB Variations
Color information
#F3018F (or 0xF3018F) is known color: Hollywood Cerise. HEX triplet: F3, 01 and 8F. RGB value is (243,1,143). Sum of RGB (Red+Green+Blue) = 243+1+143=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3018F is #0CFE70. Grayscale: #595959. Windows color (decimal): -851569 or 9372147. OLE color: 9372147.
HSL color Cylindrical-coordinate representation of color #F3018F: hue angle of 324.79º 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 #F3018F is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.05 |
| HSL | 324.79º | 0.99% | 0.48% | - |
| HSV(B) | 324.79º | 1% | 0.95% | - |
| XYZ | 41.93 | 21.06 | 27.84 | - |
| YUV | 89.55 | 158.17 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 143 | 0 | 1.00 | 0.41 | 0.05 | 324.79 | 0.99 | 0.48 |
| Hex | F3 | 1 | 8F | 0 | 64 | 29 | 5 | 145 | 63 | 30 |
| Octal | 363 | 1 | 217 | 0 | 144 | 51 | 5 | 505 | 143 | 60 |
| Binary | 11110011 | 1 | 10001111 | 0 | 1100100 | 101001 | 101 | 101000101 | 1100011 | 110000 |
Color Harmonies of #F3018F
Complementary color
Monochromatic Colors of #F3018F
Black with #F3018F
Text Example
Text Example
White with #F3018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3018F; }
p { color: rgb(243,1,143); }
H1.HeaderClassName
{
color: #F3018F;
}
.AnyTagClassName
{
color: #F3018F;
}
</style>
background-color css
<style>
a { background-color: #F3018F; }
a { background-color: rgb(243,1,143); }
div.DivClassName
{
background-color: #F3018F;
}
.BgClassName
{
background-color: #F3018F;
}
</style>
border-color css
<style>
span { border-color: #F3018F; }
span { border-color: rgb(243,1,143); }
td.TdClassName
{
border-color: #F3018F;
}
.TagClassName
{
border-color: #F3018F;
}
</style>