Shades of Radical Red #F5415F
Tints of Radical Red #F5415F
RGB
CMYK
RGB Variations
Color information
#F5415F (or 0xF5415F) is known color: Radical Red. HEX triplet: F5, 41 and 5F. RGB value is (245,65,95). Sum of RGB (Red+Green+Blue) = 245+65+95=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5415F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5415F is #0ABEA0. Grayscale: #7A7A7A. Windows color (decimal): -704161 or 6242805. OLE color: 6242805.
HSL color Cylindrical-coordinate representation of color #F5415F: hue angle of 350º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5415F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 95 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.04 |
| HSL | 350º | 0.9% | 0.61% | - |
| HSV(B) | 350º | 0.73% | 0.96% | - |
| XYZ | 41.61 | 24.02 | 13.27 | - |
| YUV | 122.24 | 112.63 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 95 | 0 | 0.73 | 0.61 | 0.04 | 350 | 0.9 | 0.61 |
| Hex | F5 | 41 | 5F | 0 | 49 | 3D | 4 | 15E | 5A | 3D |
| Octal | 365 | 101 | 137 | 0 | 111 | 75 | 4 | 536 | 132 | 75 |
| Binary | 11110101 | 1000001 | 1011111 | 0 | 1001001 | 111101 | 100 | 101011110 | 1011010 | 111101 |
Color Harmonies of #F5415F
Complementary color
Monochromatic Colors of #F5415F
Black with #F5415F
Text Example
Text Example
White with #F5415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5415F; }
p { color: rgb(245,65,95); }
H1.HeaderClassName
{
color: #F5415F;
}
.AnyTagClassName
{
color: #F5415F;
}
</style>
background-color css
<style>
a { background-color: #F5415F; }
a { background-color: rgb(245,65,95); }
div.DivClassName
{
background-color: #F5415F;
}
.BgClassName
{
background-color: #F5415F;
}
</style>
border-color css
<style>
span { border-color: #F5415F; }
span { border-color: rgb(245,65,95); }
td.TdClassName
{
border-color: #F5415F;
}
.TagClassName
{
border-color: #F5415F;
}
</style>