Shades of Radical Red #F54965
Tints of Radical Red #F54965
RGB
CMYK
RGB Variations
Color information
#F54965 (or 0xF54965) is known color: Radical Red. HEX triplet: F5, 49 and 65. RGB value is (245,73,101). Sum of RGB (Red+Green+Blue) = 245+73+101=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F54965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54965 is #0AB69A. Grayscale: #7F7F7F. Windows color (decimal): -702107 or 6638069. OLE color: 6638069.
HSL color Cylindrical-coordinate representation of color #F54965: hue angle of 350.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54965 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 101 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.04 |
| HSL | 350.23º | 0.9% | 0.62% | - |
| HSV(B) | 350.23º | 0.7% | 0.96% | - |
| XYZ | 42.39 | 25.12 | 14.93 | - |
| YUV | 127.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 101 | 0 | 0.70 | 0.59 | 0.04 | 350.23 | 0.9 | 0.62 |
| Hex | F5 | 49 | 65 | 0 | 46 | 3B | 4 | 15E | 5A | 3E |
| Octal | 365 | 111 | 145 | 0 | 106 | 73 | 4 | 536 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1100101 | 0 | 1000110 | 111011 | 100 | 101011110 | 1011010 | 111110 |
Color Harmonies of #F54965
Complementary color
Monochromatic Colors of #F54965
Black with #F54965
Text Example
Text Example
White with #F54965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54965; }
p { color: rgb(245,73,101); }
H1.HeaderClassName
{
color: #F54965;
}
.AnyTagClassName
{
color: #F54965;
}
</style>
background-color css
<style>
a { background-color: #F54965; }
a { background-color: rgb(245,73,101); }
div.DivClassName
{
background-color: #F54965;
}
.BgClassName
{
background-color: #F54965;
}
</style>
border-color css
<style>
span { border-color: #F54965; }
span { border-color: rgb(245,73,101); }
td.TdClassName
{
border-color: #F54965;
}
.TagClassName
{
border-color: #F54965;
}
</style>