Shades of Radical Red #F5365C
Tints of Radical Red #F5365C
RGB
CMYK
RGB Variations
Color information
#F5365C (or 0xF5365C) is known color: Radical Red. HEX triplet: F5, 36 and 5C. RGB value is (245,54,92). Sum of RGB (Red+Green+Blue) = 245+54+92=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5365C is #0AC9A3. Grayscale: #737373. Windows color (decimal): -706980 or 6043381. OLE color: 6043381.
HSL color Cylindrical-coordinate representation of color #F5365C: hue angle of 348.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5365C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.04 |
| HSL | 348.06º | 0.91% | 0.59% | - |
| HSV(B) | 348.06º | 0.78% | 0.96% | - |
| XYZ | 40.91 | 22.82 | 12.37 | - |
| YUV | 115.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 92 | 0 | 0.78 | 0.62 | 0.04 | 348.06 | 0.91 | 0.59 |
| Hex | F5 | 36 | 5C | 0 | 4E | 3E | 4 | 15C | 5B | 3B |
| Octal | 365 | 66 | 134 | 0 | 116 | 76 | 4 | 534 | 133 | 73 |
| Binary | 11110101 | 110110 | 1011100 | 0 | 1001110 | 111110 | 100 | 101011100 | 1011011 | 111011 |
Color Harmonies of #F5365C
Complementary color
Monochromatic Colors of #F5365C
Black with #F5365C
Text Example
Text Example
White with #F5365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5365C; }
p { color: rgb(245,54,92); }
H1.HeaderClassName
{
color: #F5365C;
}
.AnyTagClassName
{
color: #F5365C;
}
</style>
background-color css
<style>
a { background-color: #F5365C; }
a { background-color: rgb(245,54,92); }
div.DivClassName
{
background-color: #F5365C;
}
.BgClassName
{
background-color: #F5365C;
}
</style>
border-color css
<style>
span { border-color: #F5365C; }
span { border-color: rgb(245,54,92); }
td.TdClassName
{
border-color: #F5365C;
}
.TagClassName
{
border-color: #F5365C;
}
</style>