Shades of Deep Cerise #F4267D
Tints of Deep Cerise #F4267D
RGB
CMYK
RGB Variations
Color information
#F4267D (or 0xF4267D) is known color: Deep Cerise. HEX triplet: F4, 26 and 7D. RGB value is (244,38,125). Sum of RGB (Red+Green+Blue) = 244+38+125=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F4267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4267D is #0BD982. Grayscale: #6D6D6D. Windows color (decimal): -776579 or 8201972. OLE color: 8201972.
HSL color Cylindrical-coordinate representation of color #F4267D: hue angle of 334.66º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4267D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.04 |
| HSL | 334.66º | 0.9% | 0.55% | - |
| HSV(B) | 334.66º | 0.84% | 0.96% | - |
| XYZ | 41.7 | 22.1 | 21.47 | - |
| YUV | 109.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 125 | 0 | 0.84 | 0.49 | 0.04 | 334.66 | 0.9 | 0.55 |
| Hex | F4 | 26 | 7D | 0 | 54 | 31 | 4 | 14F | 5A | 37 |
| Octal | 364 | 46 | 175 | 0 | 124 | 61 | 4 | 517 | 132 | 67 |
| Binary | 11110100 | 100110 | 1111101 | 0 | 1010100 | 110001 | 100 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F4267D
Complementary color
Monochromatic Colors of #F4267D
Black with #F4267D
Text Example
Text Example
White with #F4267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4267D; }
p { color: rgb(244,38,125); }
H1.HeaderClassName
{
color: #F4267D;
}
.AnyTagClassName
{
color: #F4267D;
}
</style>
background-color css
<style>
a { background-color: #F4267D; }
a { background-color: rgb(244,38,125); }
div.DivClassName
{
background-color: #F4267D;
}
.BgClassName
{
background-color: #F4267D;
}
</style>
border-color css
<style>
span { border-color: #F4267D; }
span { border-color: rgb(244,38,125); }
td.TdClassName
{
border-color: #F4267D;
}
.TagClassName
{
border-color: #F4267D;
}
</style>