Shades of Cerise #F0306A
Tints of Cerise #F0306A
RGB
CMYK
RGB Variations
Color information
#F0306A (or 0xF0306A) is known color: Cerise. HEX triplet: F0, 30 and 6A. RGB value is (240,48,106). Sum of RGB (Red+Green+Blue) = 240+48+106=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F0306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0306A is #0FCF95. Grayscale: #6F6F6F. Windows color (decimal): -1036182 or 6959344. OLE color: 6959344.
HSL color Cylindrical-coordinate representation of color #F0306A: hue angle of 341.88º 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 #F0306A is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 106 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.06 |
| HSL | 341.88º | 0.86% | 0.56% | - |
| HSV(B) | 341.88º | 0.8% | 0.94% | - |
| XYZ | 39.59 | 21.68 | 15.73 | - |
| YUV | 112.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 106 | 0 | 0.8 | 0.56 | 0.06 | 341.88 | 0.86 | 0.56 |
| Hex | F0 | 30 | 6A | 0 | 50 | 38 | 6 | 156 | 56 | 38 |
| Octal | 360 | 60 | 152 | 0 | 120 | 70 | 6 | 526 | 126 | 70 |
| Binary | 11110000 | 110000 | 1101010 | 0 | 1010000 | 111000 | 110 | 101010110 | 1010110 | 111000 |
Color Harmonies of #F0306A
Complementary color
Monochromatic Colors of #F0306A
Black with #F0306A
Text Example
Text Example
White with #F0306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0306A; }
p { color: rgb(240,48,106); }
H1.HeaderClassName
{
color: #F0306A;
}
.AnyTagClassName
{
color: #F0306A;
}
</style>
background-color css
<style>
a { background-color: #F0306A; }
a { background-color: rgb(240,48,106); }
div.DivClassName
{
background-color: #F0306A;
}
.BgClassName
{
background-color: #F0306A;
}
</style>
border-color css
<style>
span { border-color: #F0306A; }
span { border-color: rgb(240,48,106); }
td.TdClassName
{
border-color: #F0306A;
}
.TagClassName
{
border-color: #F0306A;
}
</style>