Shades of Radical Red #F15053
Tints of Radical Red #F15053
RGB
CMYK
RGB Variations
Color information
#F15053 (or 0xF15053) is known color: Radical Red. HEX triplet: F1, 50 and 53. RGB value is (241,80,83). Sum of RGB (Red+Green+Blue) = 241+80+83=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F15053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15053 is #0EAFAC. Grayscale: #808080. Windows color (decimal): -962477 or 5460209. OLE color: 5460209.
HSL color Cylindrical-coordinate representation of color #F15053: hue angle of 358.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15053 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 83 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.05 |
| HSL | 358.88º | 0.85% | 0.63% | - |
| HSV(B) | 358.88º | 0.67% | 0.95% | - |
| XYZ | 40.71 | 25.06 | 10.88 | - |
| YUV | 128.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 83 | 0 | 0.67 | 0.66 | 0.05 | 358.88 | 0.85 | 0.63 |
| Hex | F1 | 50 | 53 | 0 | 43 | 42 | 5 | 167 | 55 | 3F |
| Octal | 361 | 120 | 123 | 0 | 103 | 102 | 5 | 547 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1010011 | 0 | 1000011 | 1000010 | 101 | 101100111 | 1010101 | 111111 |
Color Harmonies of #F15053
Complementary color
Monochromatic Colors of #F15053
Black with #F15053
Text Example
Text Example
White with #F15053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15053; }
p { color: rgb(241,80,83); }
H1.HeaderClassName
{
color: #F15053;
}
.AnyTagClassName
{
color: #F15053;
}
</style>
background-color css
<style>
a { background-color: #F15053; }
a { background-color: rgb(241,80,83); }
div.DivClassName
{
background-color: #F15053;
}
.BgClassName
{
background-color: #F15053;
}
</style>
border-color css
<style>
span { border-color: #F15053; }
span { border-color: rgb(241,80,83); }
td.TdClassName
{
border-color: #F15053;
}
.TagClassName
{
border-color: #F15053;
}
</style>