Shades of Radical Red #F5515C
Tints of Radical Red #F5515C
RGB
CMYK
RGB Variations
Color information
#F5515C (or 0xF5515C) is known color: Radical Red. HEX triplet: F5, 51 and 5C. RGB value is (245,81,92). Sum of RGB (Red+Green+Blue) = 245+81+92=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5515C is #0AAEA3. Grayscale: #838383. Windows color (decimal): -700068 or 6050293. OLE color: 6050293.
HSL color Cylindrical-coordinate representation of color #F5515C: hue angle of 355.98º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5515C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 92 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.04 |
| HSL | 355.98º | 0.89% | 0.64% | - |
| HSV(B) | 355.98º | 0.67% | 0.96% | - |
| XYZ | 42.53 | 26.07 | 12.92 | - |
| YUV | 131.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 92 | 0 | 0.67 | 0.62 | 0.04 | 355.98 | 0.89 | 0.64 |
| Hex | F5 | 51 | 5C | 0 | 43 | 3E | 4 | 164 | 59 | 40 |
| Octal | 365 | 121 | 134 | 0 | 103 | 76 | 4 | 544 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1011100 | 0 | 1000011 | 111110 | 100 | 101100100 | 1011001 | 1000000 |
Color Harmonies of #F5515C
Complementary color
Monochromatic Colors of #F5515C
Black with #F5515C
Text Example
Text Example
White with #F5515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5515C; }
p { color: rgb(245,81,92); }
H1.HeaderClassName
{
color: #F5515C;
}
.AnyTagClassName
{
color: #F5515C;
}
</style>
background-color css
<style>
a { background-color: #F5515C; }
a { background-color: rgb(245,81,92); }
div.DivClassName
{
background-color: #F5515C;
}
.BgClassName
{
background-color: #F5515C;
}
</style>
border-color css
<style>
span { border-color: #F5515C; }
span { border-color: rgb(245,81,92); }
td.TdClassName
{
border-color: #F5515C;
}
.TagClassName
{
border-color: #F5515C;
}
</style>