Shades of Deep Cerise #F0267A
Tints of Deep Cerise #F0267A
RGB
CMYK
RGB Variations
Color information
#F0267A (or 0xF0267A) is known color: Deep Cerise. HEX triplet: F0, 26 and 7A. RGB value is (240,38,122). Sum of RGB (Red+Green+Blue) = 240+38+122=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0267A is #0FD985. Grayscale: #6B6B6B. Windows color (decimal): -1038726 or 8005360. OLE color: 8005360.
HSL color Cylindrical-coordinate representation of color #F0267A: hue angle of 335.05º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0267A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 122 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.06 |
| HSL | 335.05º | 0.87% | 0.55% | - |
| HSV(B) | 335.05º | 0.84% | 0.94% | - |
| XYZ | 40.14 | 21.32 | 20.41 | - |
| YUV | 107.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 122 | 0 | 0.84 | 0.49 | 0.06 | 335.05 | 0.87 | 0.55 |
| Hex | F0 | 26 | 7A | 0 | 54 | 31 | 6 | 14F | 57 | 37 |
| Octal | 360 | 46 | 172 | 0 | 124 | 61 | 6 | 517 | 127 | 67 |
| Binary | 11110000 | 100110 | 1111010 | 0 | 1010100 | 110001 | 110 | 101001111 | 1010111 | 110111 |
Color Harmonies of #F0267A
Complementary color
Monochromatic Colors of #F0267A
Black with #F0267A
Text Example
Text Example
White with #F0267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0267A; }
p { color: rgb(240,38,122); }
H1.HeaderClassName
{
color: #F0267A;
}
.AnyTagClassName
{
color: #F0267A;
}
</style>
background-color css
<style>
a { background-color: #F0267A; }
a { background-color: rgb(240,38,122); }
div.DivClassName
{
background-color: #F0267A;
}
.BgClassName
{
background-color: #F0267A;
}
</style>
border-color css
<style>
span { border-color: #F0267A; }
span { border-color: rgb(240,38,122); }
td.TdClassName
{
border-color: #F0267A;
}
.TagClassName
{
border-color: #F0267A;
}
</style>