Shades of Radical Red #F5276E
Tints of Radical Red #F5276E
RGB
CMYK
RGB Variations
Color information
#F5276E (or 0xF5276E) is known color: Radical Red. HEX triplet: F5, 27 and 6E. RGB value is (245,39,110). Sum of RGB (Red+Green+Blue) = 245+39+110=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5276E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5276E is #0AD891. Grayscale: #6C6C6C. Windows color (decimal): -710802 or 7219189. OLE color: 7219189.
HSL color Cylindrical-coordinate representation of color #F5276E: hue angle of 339.32º 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 #F5276E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 110 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.04 |
| HSL | 339.32º | 0.91% | 0.56% | - |
| HSV(B) | 339.32º | 0.84% | 0.96% | - |
| XYZ | 41.2 | 21.99 | 16.82 | - |
| YUV | 108.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 110 | 0 | 0.84 | 0.55 | 0.04 | 339.32 | 0.91 | 0.56 |
| Hex | F5 | 27 | 6E | 0 | 54 | 37 | 4 | 153 | 5B | 38 |
| Octal | 365 | 47 | 156 | 0 | 124 | 67 | 4 | 523 | 133 | 70 |
| Binary | 11110101 | 100111 | 1101110 | 0 | 1010100 | 110111 | 100 | 101010011 | 1011011 | 111000 |
Color Harmonies of #F5276E
Complementary color
Monochromatic Colors of #F5276E
Black with #F5276E
Text Example
Text Example
White with #F5276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5276E; }
p { color: rgb(245,39,110); }
H1.HeaderClassName
{
color: #F5276E;
}
.AnyTagClassName
{
color: #F5276E;
}
</style>
background-color css
<style>
a { background-color: #F5276E; }
a { background-color: rgb(245,39,110); }
div.DivClassName
{
background-color: #F5276E;
}
.BgClassName
{
background-color: #F5276E;
}
</style>
border-color css
<style>
span { border-color: #F5276E; }
span { border-color: rgb(245,39,110); }
td.TdClassName
{
border-color: #F5276E;
}
.TagClassName
{
border-color: #F5276E;
}
</style>