Shades of Radical Red #F5355D
Tints of Radical Red #F5355D
RGB
CMYK
RGB Variations
Color information
#F5355D (or 0xF5355D) is known color: Radical Red. HEX triplet: F5, 35 and 5D. RGB value is (245,53,93). Sum of RGB (Red+Green+Blue) = 245+53+93=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5355D is #0ACAA2. Grayscale: #737373. Windows color (decimal): -707235 or 6108661. OLE color: 6108661.
HSL color Cylindrical-coordinate representation of color #F5355D: hue angle of 347.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5355D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 93 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.04 |
| HSL | 347.5º | 0.91% | 0.58% | - |
| HSV(B) | 347.5º | 0.78% | 0.96% | - |
| XYZ | 40.91 | 22.75 | 12.59 | - |
| YUV | 114.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 93 | 0 | 0.78 | 0.62 | 0.04 | 347.5 | 0.91 | 0.58 |
| Hex | F5 | 35 | 5D | 0 | 4E | 3E | 4 | 15C | 5B | 3A |
| Octal | 365 | 65 | 135 | 0 | 116 | 76 | 4 | 534 | 133 | 72 |
| Binary | 11110101 | 110101 | 1011101 | 0 | 1001110 | 111110 | 100 | 101011100 | 1011011 | 111010 |
Color Harmonies of #F5355D
Complementary color
Monochromatic Colors of #F5355D
Black with #F5355D
Text Example
Text Example
White with #F5355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5355D; }
p { color: rgb(245,53,93); }
H1.HeaderClassName
{
color: #F5355D;
}
.AnyTagClassName
{
color: #F5355D;
}
</style>
background-color css
<style>
a { background-color: #F5355D; }
a { background-color: rgb(245,53,93); }
div.DivClassName
{
background-color: #F5355D;
}
.BgClassName
{
background-color: #F5355D;
}
</style>
border-color css
<style>
span { border-color: #F5355D; }
span { border-color: rgb(245,53,93); }
td.TdClassName
{
border-color: #F5355D;
}
.TagClassName
{
border-color: #F5355D;
}
</style>