Shades of Radical Red #F5435D
Tints of Radical Red #F5435D
RGB
CMYK
RGB Variations
Color information
#F5435D (or 0xF5435D) is known color: Radical Red. HEX triplet: F5, 43 and 5D. RGB value is (245,67,93). Sum of RGB (Red+Green+Blue) = 245+67+93=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5435D is #0ABCA2. Grayscale: #7B7B7B. Windows color (decimal): -703651 or 6112245. OLE color: 6112245.
HSL color Cylindrical-coordinate representation of color #F5435D: hue angle of 351.24º 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 #F5435D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 93 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.04 |
| HSL | 351.24º | 0.9% | 0.61% | - |
| HSV(B) | 351.24º | 0.73% | 0.96% | - |
| XYZ | 41.64 | 24.22 | 12.84 | - |
| YUV | 123.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 93 | 0 | 0.73 | 0.62 | 0.04 | 351.24 | 0.9 | 0.61 |
| Hex | F5 | 43 | 5D | 0 | 49 | 3E | 4 | 15F | 5A | 3D |
| Octal | 365 | 103 | 135 | 0 | 111 | 76 | 4 | 537 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1011101 | 0 | 1001001 | 111110 | 100 | 101011111 | 1011010 | 111101 |
Color Harmonies of #F5435D
Complementary color
Monochromatic Colors of #F5435D
Black with #F5435D
Text Example
Text Example
White with #F5435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5435D; }
p { color: rgb(245,67,93); }
H1.HeaderClassName
{
color: #F5435D;
}
.AnyTagClassName
{
color: #F5435D;
}
</style>
background-color css
<style>
a { background-color: #F5435D; }
a { background-color: rgb(245,67,93); }
div.DivClassName
{
background-color: #F5435D;
}
.BgClassName
{
background-color: #F5435D;
}
</style>
border-color css
<style>
span { border-color: #F5435D; }
span { border-color: rgb(245,67,93); }
td.TdClassName
{
border-color: #F5435D;
}
.TagClassName
{
border-color: #F5435D;
}
</style>