Shades of Radical Red #F54353
Tints of Radical Red #F54353
RGB
CMYK
RGB Variations
Color information
#F54353 (or 0xF54353) is known color: Radical Red. HEX triplet: F5, 43 and 53. RGB value is (245,67,83). Sum of RGB (Red+Green+Blue) = 245+67+83=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F54353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54353 is #0ABCAC. Grayscale: #7A7A7A. Windows color (decimal): -703661 or 5456885. OLE color: 5456885.
HSL color Cylindrical-coordinate representation of color #F54353: hue angle of 354.61º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54353 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 83 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.04 |
| HSL | 354.61º | 0.9% | 0.61% | - |
| HSV(B) | 354.61º | 0.73% | 0.96% | - |
| XYZ | 41.22 | 24.05 | 10.65 | - |
| YUV | 122.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 83 | 0 | 0.73 | 0.66 | 0.04 | 354.61 | 0.9 | 0.61 |
| Hex | F5 | 43 | 53 | 0 | 49 | 42 | 4 | 163 | 5A | 3D |
| Octal | 365 | 103 | 123 | 0 | 111 | 102 | 4 | 543 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1010011 | 0 | 1001001 | 1000010 | 100 | 101100011 | 1011010 | 111101 |
Color Harmonies of #F54353
Complementary color
Monochromatic Colors of #F54353
Black with #F54353
Text Example
Text Example
White with #F54353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54353; }
p { color: rgb(245,67,83); }
H1.HeaderClassName
{
color: #F54353;
}
.AnyTagClassName
{
color: #F54353;
}
</style>
background-color css
<style>
a { background-color: #F54353; }
a { background-color: rgb(245,67,83); }
div.DivClassName
{
background-color: #F54353;
}
.BgClassName
{
background-color: #F54353;
}
</style>
border-color css
<style>
span { border-color: #F54353; }
span { border-color: rgb(245,67,83); }
td.TdClassName
{
border-color: #F54353;
}
.TagClassName
{
border-color: #F54353;
}
</style>