Shades of Radical Red #F53354
Tints of Radical Red #F53354
RGB
CMYK
RGB Variations
Color information
#F53354 (or 0xF53354) is known color: Radical Red. HEX triplet: F5, 33 and 54. RGB value is (245,51,84). Sum of RGB (Red+Green+Blue) = 245+51+84=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F53354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53354 is #0ACCAB. Grayscale: #707070. Windows color (decimal): -707756 or 5518325. OLE color: 5518325.
HSL color Cylindrical-coordinate representation of color #F53354: hue angle of 349.79º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53354 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 84 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.04 |
| HSL | 349.79º | 0.91% | 0.58% | - |
| HSV(B) | 349.79º | 0.79% | 0.96% | - |
| XYZ | 40.44 | 22.42 | 10.58 | - |
| YUV | 112.77 | 111.77 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 84 | 0 | 0.79 | 0.66 | 0.04 | 349.79 | 0.91 | 0.58 |
| Hex | F5 | 33 | 54 | 0 | 4F | 42 | 4 | 15E | 5B | 3A |
| Octal | 365 | 63 | 124 | 0 | 117 | 102 | 4 | 536 | 133 | 72 |
| Binary | 11110101 | 110011 | 1010100 | 0 | 1001111 | 1000010 | 100 | 101011110 | 1011011 | 111010 |
Color Harmonies of #F53354
Complementary color
Monochromatic Colors of #F53354
Black with #F53354
Text Example
Text Example
White with #F53354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53354; }
p { color: rgb(245,51,84); }
H1.HeaderClassName
{
color: #F53354;
}
.AnyTagClassName
{
color: #F53354;
}
</style>
background-color css
<style>
a { background-color: #F53354; }
a { background-color: rgb(245,51,84); }
div.DivClassName
{
background-color: #F53354;
}
.BgClassName
{
background-color: #F53354;
}
</style>
border-color css
<style>
span { border-color: #F53354; }
span { border-color: rgb(245,51,84); }
td.TdClassName
{
border-color: #F53354;
}
.TagClassName
{
border-color: #F53354;
}
</style>