Shades of Radical Red #F53270
Tints of Radical Red #F53270
RGB
CMYK
RGB Variations
Color information
#F53270 (or 0xF53270) is known color: Radical Red. HEX triplet: F5, 32 and 70. RGB value is (245,50,112). Sum of RGB (Red+Green+Blue) = 245+50+112=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F53270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53270 is #0ACD8F. Grayscale: #737373. Windows color (decimal): -707984 or 7353077. OLE color: 7353077.
HSL color Cylindrical-coordinate representation of color #F53270: hue angle of 340.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53270 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 112 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.04 |
| HSL | 340.92º | 0.91% | 0.58% | - |
| HSV(B) | 340.92º | 0.8% | 0.96% | - |
| XYZ | 41.72 | 22.86 | 17.54 | - |
| YUV | 115.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 112 | 0 | 0.80 | 0.54 | 0.04 | 340.92 | 0.91 | 0.58 |
| Hex | F5 | 32 | 70 | 0 | 50 | 36 | 4 | 155 | 5B | 3A |
| Octal | 365 | 62 | 160 | 0 | 120 | 66 | 4 | 525 | 133 | 72 |
| Binary | 11110101 | 110010 | 1110000 | 0 | 1010000 | 110110 | 100 | 101010101 | 1011011 | 111010 |
Color Harmonies of #F53270
Complementary color
Monochromatic Colors of #F53270
Black with #F53270
Text Example
Text Example
White with #F53270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53270; }
p { color: rgb(245,50,112); }
H1.HeaderClassName
{
color: #F53270;
}
.AnyTagClassName
{
color: #F53270;
}
</style>
background-color css
<style>
a { background-color: #F53270; }
a { background-color: rgb(245,50,112); }
div.DivClassName
{
background-color: #F53270;
}
.BgClassName
{
background-color: #F53270;
}
</style>
border-color css
<style>
span { border-color: #F53270; }
span { border-color: rgb(245,50,112); }
td.TdClassName
{
border-color: #F53270;
}
.TagClassName
{
border-color: #F53270;
}
</style>