Shades of Radical Red #F5355B
Tints of Radical Red #F5355B
RGB
CMYK
RGB Variations
Color information
#F5355B (or 0xF5355B) is known color: Radical Red. HEX triplet: F5, 35 and 5B. RGB value is (245,53,91). Sum of RGB (Red+Green+Blue) = 245+53+91=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5355B is #0ACAA4. Grayscale: #727272. Windows color (decimal): -707237 or 5977589. OLE color: 5977589.
HSL color Cylindrical-coordinate representation of color #F5355B: hue angle of 348.12º 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 #F5355B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 91 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.04 |
| HSL | 348.13º | 0.91% | 0.58% | - |
| HSV(B) | 348.13º | 0.78% | 0.96% | - |
| XYZ | 40.82 | 22.71 | 12.13 | - |
| YUV | 114.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 91 | 0 | 0.78 | 0.63 | 0.04 | 348.13 | 0.91 | 0.58 |
| Hex | F5 | 35 | 5B | 0 | 4E | 3F | 4 | 15C | 5B | 3A |
| Octal | 365 | 65 | 133 | 0 | 116 | 77 | 4 | 534 | 133 | 72 |
| Binary | 11110101 | 110101 | 1011011 | 0 | 1001110 | 111111 | 100 | 101011100 | 1011011 | 111010 |
Color Harmonies of #F5355B
Complementary color
Monochromatic Colors of #F5355B
Black with #F5355B
Text Example
Text Example
White with #F5355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5355B; }
p { color: rgb(245,53,91); }
H1.HeaderClassName
{
color: #F5355B;
}
.AnyTagClassName
{
color: #F5355B;
}
</style>
background-color css
<style>
a { background-color: #F5355B; }
a { background-color: rgb(245,53,91); }
div.DivClassName
{
background-color: #F5355B;
}
.BgClassName
{
background-color: #F5355B;
}
</style>
border-color css
<style>
span { border-color: #F5355B; }
span { border-color: rgb(245,53,91); }
td.TdClassName
{
border-color: #F5355B;
}
.TagClassName
{
border-color: #F5355B;
}
</style>