Shades of Radical Red #F54765
Tints of Radical Red #F54765
RGB
CMYK
RGB Variations
Color information
#F54765 (or 0xF54765) is known color: Radical Red. HEX triplet: F5, 47 and 65. RGB value is (245,71,101). Sum of RGB (Red+Green+Blue) = 245+71+101=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F54765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54765 is #0AB89A. Grayscale: #7E7E7E. Windows color (decimal): -702619 or 6637557. OLE color: 6637557.
HSL color Cylindrical-coordinate representation of color #F54765: hue angle of 349.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54765 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 101 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.04 |
| HSL | 349.66º | 0.9% | 0.62% | - |
| HSV(B) | 349.66º | 0.71% | 0.96% | - |
| XYZ | 42.26 | 24.86 | 14.88 | - |
| YUV | 126.45 | 113.65 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 101 | 0 | 0.71 | 0.59 | 0.04 | 349.66 | 0.9 | 0.62 |
| Hex | F5 | 47 | 65 | 0 | 47 | 3B | 4 | 15E | 5A | 3E |
| Octal | 365 | 107 | 145 | 0 | 107 | 73 | 4 | 536 | 132 | 76 |
| Binary | 11110101 | 1000111 | 1100101 | 0 | 1000111 | 111011 | 100 | 101011110 | 1011010 | 111110 |
Color Harmonies of #F54765
Complementary color
Monochromatic Colors of #F54765
Black with #F54765
Text Example
Text Example
White with #F54765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54765; }
p { color: rgb(245,71,101); }
H1.HeaderClassName
{
color: #F54765;
}
.AnyTagClassName
{
color: #F54765;
}
</style>
background-color css
<style>
a { background-color: #F54765; }
a { background-color: rgb(245,71,101); }
div.DivClassName
{
background-color: #F54765;
}
.BgClassName
{
background-color: #F54765;
}
</style>
border-color css
<style>
span { border-color: #F54765; }
span { border-color: rgb(245,71,101); }
td.TdClassName
{
border-color: #F54765;
}
.TagClassName
{
border-color: #F54765;
}
</style>