Shades of Radical Red #F5355F
Tints of Radical Red #F5355F
RGB
CMYK
RGB Variations
Color information
#F5355F (or 0xF5355F) is known color: Radical Red. HEX triplet: F5, 35 and 5F. RGB value is (245,53,95). Sum of RGB (Red+Green+Blue) = 245+53+95=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5355F is #0ACAA0. Grayscale: #737373. Windows color (decimal): -707233 or 6239733. OLE color: 6239733.
HSL color Cylindrical-coordinate representation of color #F5355F: hue angle of 346.88º 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 #F5355F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.04 |
| HSL | 346.88º | 0.91% | 0.58% | - |
| HSV(B) | 346.88º | 0.78% | 0.96% | - |
| XYZ | 40.99 | 22.78 | 13.06 | - |
| YUV | 115.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 95 | 0 | 0.78 | 0.61 | 0.04 | 346.88 | 0.91 | 0.58 |
| Hex | F5 | 35 | 5F | 0 | 4E | 3D | 4 | 15B | 5B | 3A |
| Octal | 365 | 65 | 137 | 0 | 116 | 75 | 4 | 533 | 133 | 72 |
| Binary | 11110101 | 110101 | 1011111 | 0 | 1001110 | 111101 | 100 | 101011011 | 1011011 | 111010 |
Color Harmonies of #F5355F
Complementary color
Monochromatic Colors of #F5355F
Black with #F5355F
Text Example
Text Example
White with #F5355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5355F; }
p { color: rgb(245,53,95); }
H1.HeaderClassName
{
color: #F5355F;
}
.AnyTagClassName
{
color: #F5355F;
}
</style>
background-color css
<style>
a { background-color: #F5355F; }
a { background-color: rgb(245,53,95); }
div.DivClassName
{
background-color: #F5355F;
}
.BgClassName
{
background-color: #F5355F;
}
</style>
border-color css
<style>
span { border-color: #F5355F; }
span { border-color: rgb(245,53,95); }
td.TdClassName
{
border-color: #F5355F;
}
.TagClassName
{
border-color: #F5355F;
}
</style>