Shades of Deep Cerise #F5277B
Tints of Deep Cerise #F5277B
RGB
CMYK
RGB Variations
Color information
#F5277B (or 0xF5277B) is known color: Deep Cerise. HEX triplet: F5, 27 and 7B. RGB value is (245,39,123). Sum of RGB (Red+Green+Blue) = 245+39+123=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5277B is #0AD884. Grayscale: #6E6E6E. Windows color (decimal): -710789 or 8071157. OLE color: 8071157.
HSL color Cylindrical-coordinate representation of color #F5277B: hue angle of 335.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5277B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 123 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.04 |
| HSL | 335.53º | 0.91% | 0.56% | - |
| HSV(B) | 335.53º | 0.84% | 0.96% | - |
| XYZ | 41.96 | 22.29 | 20.83 | - |
| YUV | 110.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 123 | 0 | 0.84 | 0.50 | 0.04 | 335.53 | 0.91 | 0.56 |
| Hex | F5 | 27 | 7B | 0 | 54 | 32 | 4 | 150 | 5B | 38 |
| Octal | 365 | 47 | 173 | 0 | 124 | 62 | 4 | 520 | 133 | 70 |
| Binary | 11110101 | 100111 | 1111011 | 0 | 1010100 | 110010 | 100 | 101010000 | 1011011 | 111000 |
Color Harmonies of #F5277B
Complementary color
Monochromatic Colors of #F5277B
Black with #F5277B
Text Example
Text Example
White with #F5277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5277B; }
p { color: rgb(245,39,123); }
H1.HeaderClassName
{
color: #F5277B;
}
.AnyTagClassName
{
color: #F5277B;
}
</style>
background-color css
<style>
a { background-color: #F5277B; }
a { background-color: rgb(245,39,123); }
div.DivClassName
{
background-color: #F5277B;
}
.BgClassName
{
background-color: #F5277B;
}
</style>
border-color css
<style>
span { border-color: #F5277B; }
span { border-color: rgb(245,39,123); }
td.TdClassName
{
border-color: #F5277B;
}
.TagClassName
{
border-color: #F5277B;
}
</style>