Shades of Radical Red #F5205D
Tints of Radical Red #F5205D
RGB
CMYK
RGB Variations
Color information
#F5205D (or 0xF5205D) is known color: Radical Red. HEX triplet: F5, 20 and 5D. RGB value is (245,32,93). Sum of RGB (Red+Green+Blue) = 245+32+93=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5205D is #0ADFA2. Grayscale: #666666. Windows color (decimal): -712611 or 6103285. OLE color: 6103285.
HSL color Cylindrical-coordinate representation of color #F5205D: hue angle of 342.82º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5205D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 93 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.04 |
| HSL | 342.82º | 0.91% | 0.54% | - |
| HSV(B) | 342.82º | 0.87% | 0.96% | - |
| XYZ | 40.15 | 21.24 | 12.34 | - |
| YUV | 102.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 93 | 0 | 0.87 | 0.62 | 0.04 | 342.82 | 0.91 | 0.54 |
| Hex | F5 | 20 | 5D | 0 | 57 | 3E | 4 | 157 | 5B | 36 |
| Octal | 365 | 40 | 135 | 0 | 127 | 76 | 4 | 527 | 133 | 66 |
| Binary | 11110101 | 100000 | 1011101 | 0 | 1010111 | 111110 | 100 | 101010111 | 1011011 | 110110 |
Color Harmonies of #F5205D
Complementary color
Monochromatic Colors of #F5205D
Black with #F5205D
Text Example
Text Example
White with #F5205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5205D; }
p { color: rgb(245,32,93); }
H1.HeaderClassName
{
color: #F5205D;
}
.AnyTagClassName
{
color: #F5205D;
}
</style>
background-color css
<style>
a { background-color: #F5205D; }
a { background-color: rgb(245,32,93); }
div.DivClassName
{
background-color: #F5205D;
}
.BgClassName
{
background-color: #F5205D;
}
</style>
border-color css
<style>
span { border-color: #F5205D; }
span { border-color: rgb(245,32,93); }
td.TdClassName
{
border-color: #F5205D;
}
.TagClassName
{
border-color: #F5205D;
}
</style>