Shades of Cerise #F03074
Tints of Cerise #F03074
RGB
CMYK
RGB Variations
Color information
#F03074 (or 0xF03074) is known color: Cerise. HEX triplet: F0, 30 and 74. RGB value is (240,48,116). Sum of RGB (Red+Green+Blue) = 240+48+116=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F03074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03074 is #0FCF8B. Grayscale: #717171. Windows color (decimal): -1036172 or 7614704. OLE color: 7614704.
HSL color Cylindrical-coordinate representation of color #F03074: hue angle of 338.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03074 is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 116 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.06 |
| HSL | 338.75º | 0.86% | 0.56% | - |
| HSV(B) | 338.75º | 0.8% | 0.94% | - |
| XYZ | 40.14 | 21.9 | 18.63 | - |
| YUV | 113.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 116 | 0 | 0.8 | 0.52 | 0.06 | 338.75 | 0.86 | 0.56 |
| Hex | F0 | 30 | 74 | 0 | 50 | 34 | 6 | 153 | 56 | 38 |
| Octal | 360 | 60 | 164 | 0 | 120 | 64 | 6 | 523 | 126 | 70 |
| Binary | 11110000 | 110000 | 1110100 | 0 | 1010000 | 110100 | 110 | 101010011 | 1010110 | 111000 |
Color Harmonies of #F03074
Complementary color
Monochromatic Colors of #F03074
Black with #F03074
Text Example
Text Example
White with #F03074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03074; }
p { color: rgb(240,48,116); }
H1.HeaderClassName
{
color: #F03074;
}
.AnyTagClassName
{
color: #F03074;
}
</style>
background-color css
<style>
a { background-color: #F03074; }
a { background-color: rgb(240,48,116); }
div.DivClassName
{
background-color: #F03074;
}
.BgClassName
{
background-color: #F03074;
}
</style>
border-color css
<style>
span { border-color: #F03074; }
span { border-color: rgb(240,48,116); }
td.TdClassName
{
border-color: #F03074;
}
.TagClassName
{
border-color: #F03074;
}
</style>