Shades of Radical Red #F53175
Tints of Radical Red #F53175
RGB
CMYK
RGB Variations
Color information
#F53175 (or 0xF53175) is known color: Radical Red. HEX triplet: F5, 31 and 75. RGB value is (245,49,117). Sum of RGB (Red+Green+Blue) = 245+49+117=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F53175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53175 is #0ACE8A. Grayscale: #737373. Windows color (decimal): -708235 or 7680501. OLE color: 7680501.
HSL color Cylindrical-coordinate representation of color #F53175: hue angle of 339.18º 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 #F53175 is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 117 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.04 |
| HSL | 339.18º | 0.91% | 0.58% | - |
| HSV(B) | 339.18º | 0.8% | 0.96% | - |
| XYZ | 41.97 | 22.89 | 19.04 | - |
| YUV | 115.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 117 | 0 | 0.8 | 0.52 | 0.04 | 339.18 | 0.91 | 0.58 |
| Hex | F5 | 31 | 75 | 0 | 50 | 34 | 4 | 153 | 5B | 3A |
| Octal | 365 | 61 | 165 | 0 | 120 | 64 | 4 | 523 | 133 | 72 |
| Binary | 11110101 | 110001 | 1110101 | 0 | 1010000 | 110100 | 100 | 101010011 | 1011011 | 111010 |
Color Harmonies of #F53175
Complementary color
Monochromatic Colors of #F53175
Black with #F53175
Text Example
Text Example
White with #F53175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53175; }
p { color: rgb(245,49,117); }
H1.HeaderClassName
{
color: #F53175;
}
.AnyTagClassName
{
color: #F53175;
}
</style>
background-color css
<style>
a { background-color: #F53175; }
a { background-color: rgb(245,49,117); }
div.DivClassName
{
background-color: #F53175;
}
.BgClassName
{
background-color: #F53175;
}
</style>
border-color css
<style>
span { border-color: #F53175; }
span { border-color: rgb(245,49,117); }
td.TdClassName
{
border-color: #F53175;
}
.TagClassName
{
border-color: #F53175;
}
</style>