Shades of Hollywood Cerise #F3008C
Tints of Hollywood Cerise #F3008C
RGB
CMYK
RGB Variations
Color information
#F3008C (or 0xF3008C) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 8C. RGB value is (243,0,140). Sum of RGB (Red+Green+Blue) = 243+0+140=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F3008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3008C is #0CFF73. Grayscale: #585858. Windows color (decimal): -851828 or 9175283. OLE color: 9175283.
HSL color Cylindrical-coordinate representation of color #F3008C: hue angle of 325.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3008C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.42 | 0.05 |
| HSL | 325.43º | 1% | 0.48% | - |
| HSV(B) | 325.43º | 1% | 0.95% | - |
| XYZ | 41.7 | 20.95 | 26.66 | - |
| YUV | 88.62 | 157.01 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 140 | 0 | 1 | 0.42 | 0.05 | 325.43 | 1 | 0.48 |
| Hex | F3 | 0 | 8C | 0 | 64 | 2A | 5 | 145 | 64 | 30 |
| Octal | 363 | 0 | 214 | 0 | 144 | 52 | 5 | 505 | 144 | 60 |
| Binary | 11110011 | 0 | 10001100 | 0 | 1100100 | 101010 | 101 | 101000101 | 1100100 | 110000 |
Color Harmonies of #F3008C
Complementary color
Monochromatic Colors of #F3008C
Black with #F3008C
Text Example
Text Example
White with #F3008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3008C; }
p { color: rgb(243,0,140); }
H1.HeaderClassName
{
color: #F3008C;
}
.AnyTagClassName
{
color: #F3008C;
}
</style>
background-color css
<style>
a { background-color: #F3008C; }
a { background-color: rgb(243,0,140); }
div.DivClassName
{
background-color: #F3008C;
}
.BgClassName
{
background-color: #F3008C;
}
</style>
border-color css
<style>
span { border-color: #F3008C; }
span { border-color: rgb(243,0,140); }
td.TdClassName
{
border-color: #F3008C;
}
.TagClassName
{
border-color: #F3008C;
}
</style>