Shades of Deep Cerise #F0307D
Tints of Deep Cerise #F0307D
RGB
CMYK
RGB Variations
Color information
#F0307D (or 0xF0307D) is known color: Deep Cerise. HEX triplet: F0, 30 and 7D. RGB value is (240,48,125). Sum of RGB (Red+Green+Blue) = 240+48+125=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0307D is #0FCF82. Grayscale: #727272. Windows color (decimal): -1036163 or 8204528. OLE color: 8204528.
HSL color Cylindrical-coordinate representation of color #F0307D: hue angle of 335.94º 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 #F0307D is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 125 | - |
| CMYK | 0 | 0.8 | 0.48 | 0.06 |
| HSL | 335.94º | 0.86% | 0.56% | - |
| HSV(B) | 335.94º | 0.8% | 0.94% | - |
| XYZ | 40.69 | 22.12 | 21.53 | - |
| YUV | 114.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 125 | 0 | 0.8 | 0.48 | 0.06 | 335.94 | 0.86 | 0.56 |
| Hex | F0 | 30 | 7D | 0 | 50 | 30 | 6 | 150 | 56 | 38 |
| Octal | 360 | 60 | 175 | 0 | 120 | 60 | 6 | 520 | 126 | 70 |
| Binary | 11110000 | 110000 | 1111101 | 0 | 1010000 | 110000 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #F0307D
Complementary color
Monochromatic Colors of #F0307D
Black with #F0307D
Text Example
Text Example
White with #F0307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0307D; }
p { color: rgb(240,48,125); }
H1.HeaderClassName
{
color: #F0307D;
}
.AnyTagClassName
{
color: #F0307D;
}
</style>
background-color css
<style>
a { background-color: #F0307D; }
a { background-color: rgb(240,48,125); }
div.DivClassName
{
background-color: #F0307D;
}
.BgClassName
{
background-color: #F0307D;
}
</style>
border-color css
<style>
span { border-color: #F0307D; }
span { border-color: rgb(240,48,125); }
td.TdClassName
{
border-color: #F0307D;
}
.TagClassName
{
border-color: #F0307D;
}
</style>