Shades of Radical Red #F5425D
Tints of Radical Red #F5425D
RGB
CMYK
RGB Variations
Color information
#F5425D (or 0xF5425D) is known color: Radical Red. HEX triplet: F5, 42 and 5D. RGB value is (245,66,93). Sum of RGB (Red+Green+Blue) = 245+66+93=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5425D is #0ABDA2. Grayscale: #7A7A7A. Windows color (decimal): -703907 or 6111989. OLE color: 6111989.
HSL color Cylindrical-coordinate representation of color #F5425D: hue angle of 350.95º 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 #F5425D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 93 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.04 |
| HSL | 350.95º | 0.9% | 0.61% | - |
| HSV(B) | 350.95º | 0.73% | 0.96% | - |
| XYZ | 41.58 | 24.1 | 12.82 | - |
| YUV | 122.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 93 | 0 | 0.73 | 0.62 | 0.04 | 350.95 | 0.9 | 0.61 |
| Hex | F5 | 42 | 5D | 0 | 49 | 3E | 4 | 15F | 5A | 3D |
| Octal | 365 | 102 | 135 | 0 | 111 | 76 | 4 | 537 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1011101 | 0 | 1001001 | 111110 | 100 | 101011111 | 1011010 | 111101 |
Color Harmonies of #F5425D
Complementary color
Monochromatic Colors of #F5425D
Black with #F5425D
Text Example
Text Example
White with #F5425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5425D; }
p { color: rgb(245,66,93); }
H1.HeaderClassName
{
color: #F5425D;
}
.AnyTagClassName
{
color: #F5425D;
}
</style>
background-color css
<style>
a { background-color: #F5425D; }
a { background-color: rgb(245,66,93); }
div.DivClassName
{
background-color: #F5425D;
}
.BgClassName
{
background-color: #F5425D;
}
</style>
border-color css
<style>
span { border-color: #F5425D; }
span { border-color: rgb(245,66,93); }
td.TdClassName
{
border-color: #F5425D;
}
.TagClassName
{
border-color: #F5425D;
}
</style>