Shades of Radical Red #F53275
Tints of Radical Red #F53275
RGB
CMYK
RGB Variations
Color information
#F53275 (or 0xF53275) is known color: Radical Red. HEX triplet: F5, 32 and 75. RGB value is (245,50,117). Sum of RGB (Red+Green+Blue) = 245+50+117=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53275 is #0ACD8A. Grayscale: #737373. Windows color (decimal): -707979 or 7680757. OLE color: 7680757.
HSL color Cylindrical-coordinate representation of color #F53275: hue angle of 339.38º 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 #F53275 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 117 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.04 |
| HSL | 339.38º | 0.91% | 0.58% | - |
| HSV(B) | 339.38º | 0.8% | 0.96% | - |
| XYZ | 42.01 | 22.98 | 19.05 | - |
| YUV | 115.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 117 | 0 | 0.80 | 0.52 | 0.04 | 339.38 | 0.91 | 0.58 |
| Hex | F5 | 32 | 75 | 0 | 50 | 34 | 4 | 153 | 5B | 3A |
| Octal | 365 | 62 | 165 | 0 | 120 | 64 | 4 | 523 | 133 | 72 |
| Binary | 11110101 | 110010 | 1110101 | 0 | 1010000 | 110100 | 100 | 101010011 | 1011011 | 111010 |
Color Harmonies of #F53275
Complementary color
Monochromatic Colors of #F53275
Black with #F53275
Text Example
Text Example
White with #F53275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53275; }
p { color: rgb(245,50,117); }
H1.HeaderClassName
{
color: #F53275;
}
.AnyTagClassName
{
color: #F53275;
}
</style>
background-color css
<style>
a { background-color: #F53275; }
a { background-color: rgb(245,50,117); }
div.DivClassName
{
background-color: #F53275;
}
.BgClassName
{
background-color: #F53275;
}
</style>
border-color css
<style>
span { border-color: #F53275; }
span { border-color: rgb(245,50,117); }
td.TdClassName
{
border-color: #F53275;
}
.TagClassName
{
border-color: #F53275;
}
</style>