Shades of Cerise #F03268
Tints of Cerise #F03268
RGB
CMYK
RGB Variations
Color information
#F03268 (or 0xF03268) is known color: Cerise. HEX triplet: F0, 32 and 68. RGB value is (240,50,104). Sum of RGB (Red+Green+Blue) = 240+50+104=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03268 is #0FCD97. Grayscale: #707070. Windows color (decimal): -1035672 or 6828784. OLE color: 6828784.
HSL color Cylindrical-coordinate representation of color #F03268: hue angle of 342.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03268 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 104 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.06 |
| HSL | 342.95º | 0.86% | 0.57% | - |
| HSV(B) | 342.95º | 0.79% | 0.94% | - |
| XYZ | 39.57 | 21.81 | 15.22 | - |
| YUV | 112.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 104 | 0 | 0.79 | 0.57 | 0.06 | 342.95 | 0.86 | 0.57 |
| Hex | F0 | 32 | 68 | 0 | 4F | 39 | 6 | 157 | 56 | 39 |
| Octal | 360 | 62 | 150 | 0 | 117 | 71 | 6 | 527 | 126 | 71 |
| Binary | 11110000 | 110010 | 1101000 | 0 | 1001111 | 111001 | 110 | 101010111 | 1010110 | 111001 |
Color Harmonies of #F03268
Complementary color
Monochromatic Colors of #F03268
Black with #F03268
Text Example
Text Example
White with #F03268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03268; }
p { color: rgb(240,50,104); }
H1.HeaderClassName
{
color: #F03268;
}
.AnyTagClassName
{
color: #F03268;
}
</style>
background-color css
<style>
a { background-color: #F03268; }
a { background-color: rgb(240,50,104); }
div.DivClassName
{
background-color: #F03268;
}
.BgClassName
{
background-color: #F03268;
}
</style>
border-color css
<style>
span { border-color: #F03268; }
span { border-color: rgb(240,50,104); }
td.TdClassName
{
border-color: #F03268;
}
.TagClassName
{
border-color: #F03268;
}
</style>