Shades of Deep Cerise #F5267B
Tints of Deep Cerise #F5267B
RGB
CMYK
RGB Variations
Color information
#F5267B (or 0xF5267B) is known color: Deep Cerise. HEX triplet: F5, 26 and 7B. RGB value is (245,38,123). Sum of RGB (Red+Green+Blue) = 245+38+123=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5267B is #0AD984. Grayscale: #6D6D6D. Windows color (decimal): -711045 or 8070901. OLE color: 8070901.
HSL color Cylindrical-coordinate representation of color #F5267B: hue angle of 335.36º degrees, saturation: 0.91, 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 #F5267B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 123 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.04 |
| HSL | 335.36º | 0.91% | 0.55% | - |
| HSV(B) | 335.36º | 0.84% | 0.96% | - |
| XYZ | 41.92 | 22.23 | 20.82 | - |
| YUV | 109.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 123 | 0 | 0.84 | 0.50 | 0.04 | 335.36 | 0.91 | 0.55 |
| Hex | F5 | 26 | 7B | 0 | 54 | 32 | 4 | 14F | 5B | 37 |
| Octal | 365 | 46 | 173 | 0 | 124 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100110 | 1111011 | 0 | 1010100 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5267B
Complementary color
Monochromatic Colors of #F5267B
Black with #F5267B
Text Example
Text Example
White with #F5267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5267B; }
p { color: rgb(245,38,123); }
H1.HeaderClassName
{
color: #F5267B;
}
.AnyTagClassName
{
color: #F5267B;
}
</style>
background-color css
<style>
a { background-color: #F5267B; }
a { background-color: rgb(245,38,123); }
div.DivClassName
{
background-color: #F5267B;
}
.BgClassName
{
background-color: #F5267B;
}
</style>
border-color css
<style>
span { border-color: #F5267B; }
span { border-color: rgb(245,38,123); }
td.TdClassName
{
border-color: #F5267B;
}
.TagClassName
{
border-color: #F5267B;
}
</style>