Shades of Radical Red #F5355C
Tints of Radical Red #F5355C
RGB
CMYK
RGB Variations
Color information
#F5355C (or 0xF5355C) is known color: Radical Red. HEX triplet: F5, 35 and 5C. RGB value is (245,53,92). Sum of RGB (Red+Green+Blue) = 245+53+92=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5355C is #0ACAA3. Grayscale: #727272. Windows color (decimal): -707236 or 6043125. OLE color: 6043125.
HSL color Cylindrical-coordinate representation of color #F5355C: hue angle of 347.81º 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 #F5355C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.04 |
| HSL | 347.81º | 0.91% | 0.58% | - |
| HSV(B) | 347.81º | 0.78% | 0.96% | - |
| XYZ | 40.86 | 22.73 | 12.36 | - |
| YUV | 114.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 92 | 0 | 0.78 | 0.62 | 0.04 | 347.81 | 0.91 | 0.58 |
| Hex | F5 | 35 | 5C | 0 | 4E | 3E | 4 | 15C | 5B | 3A |
| Octal | 365 | 65 | 134 | 0 | 116 | 76 | 4 | 534 | 133 | 72 |
| Binary | 11110101 | 110101 | 1011100 | 0 | 1001110 | 111110 | 100 | 101011100 | 1011011 | 111010 |
Color Harmonies of #F5355C
Complementary color
Monochromatic Colors of #F5355C
Black with #F5355C
Text Example
Text Example
White with #F5355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5355C; }
p { color: rgb(245,53,92); }
H1.HeaderClassName
{
color: #F5355C;
}
.AnyTagClassName
{
color: #F5355C;
}
</style>
background-color css
<style>
a { background-color: #F5355C; }
a { background-color: rgb(245,53,92); }
div.DivClassName
{
background-color: #F5355C;
}
.BgClassName
{
background-color: #F5355C;
}
</style>
border-color css
<style>
span { border-color: #F5355C; }
span { border-color: rgb(245,53,92); }
td.TdClassName
{
border-color: #F5355C;
}
.TagClassName
{
border-color: #F5355C;
}
</style>