Shades of Cerise #F0306C
Tints of Cerise #F0306C
RGB
CMYK
RGB Variations
Color information
#F0306C (or 0xF0306C) is known color: Cerise. HEX triplet: F0, 30 and 6C. RGB value is (240,48,108). Sum of RGB (Red+Green+Blue) = 240+48+108=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0306C is #0FCF93. Grayscale: #707070. Windows color (decimal): -1036180 or 7090416. OLE color: 7090416.
HSL color Cylindrical-coordinate representation of color #F0306C: hue angle of 341.25º 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 #F0306C is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 108 | - |
| CMYK | 0 | 0.8 | 0.55 | 0.06 |
| HSL | 341.25º | 0.86% | 0.56% | - |
| HSV(B) | 341.25º | 0.8% | 0.94% | - |
| XYZ | 39.7 | 21.72 | 16.29 | - |
| YUV | 112.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 108 | 0 | 0.8 | 0.55 | 0.06 | 341.25 | 0.86 | 0.56 |
| Hex | F0 | 30 | 6C | 0 | 50 | 37 | 6 | 155 | 56 | 38 |
| Octal | 360 | 60 | 154 | 0 | 120 | 67 | 6 | 525 | 126 | 70 |
| Binary | 11110000 | 110000 | 1101100 | 0 | 1010000 | 110111 | 110 | 101010101 | 1010110 | 111000 |
Color Harmonies of #F0306C
Complementary color
Monochromatic Colors of #F0306C
Black with #F0306C
Text Example
Text Example
White with #F0306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0306C; }
p { color: rgb(240,48,108); }
H1.HeaderClassName
{
color: #F0306C;
}
.AnyTagClassName
{
color: #F0306C;
}
</style>
background-color css
<style>
a { background-color: #F0306C; }
a { background-color: rgb(240,48,108); }
div.DivClassName
{
background-color: #F0306C;
}
.BgClassName
{
background-color: #F0306C;
}
</style>
border-color css
<style>
span { border-color: #F0306C; }
span { border-color: rgb(240,48,108); }
td.TdClassName
{
border-color: #F0306C;
}
.TagClassName
{
border-color: #F0306C;
}
</style>