Shades of Radical Red #F15052
Tints of Radical Red #F15052
RGB
CMYK
RGB Variations
Color information
#F15052 (or 0xF15052) is known color: Radical Red. HEX triplet: F1, 50 and 52. RGB value is (241,80,82). Sum of RGB (Red+Green+Blue) = 241+80+82=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F15052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15052 is #0EAFAD. Grayscale: #808080. Windows color (decimal): -962478 or 5394673. OLE color: 5394673.
HSL color Cylindrical-coordinate representation of color #F15052: hue angle of 359.25º 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 #F15052 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 82 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.05 |
| HSL | 359.25º | 0.85% | 0.63% | - |
| HSV(B) | 359.25º | 0.67% | 0.95% | - |
| XYZ | 40.67 | 25.05 | 10.67 | - |
| YUV | 128.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 82 | 0 | 0.67 | 0.66 | 0.05 | 359.25 | 0.85 | 0.63 |
| Hex | F1 | 50 | 52 | 0 | 43 | 42 | 5 | 167 | 55 | 3F |
| Octal | 361 | 120 | 122 | 0 | 103 | 102 | 5 | 547 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1010010 | 0 | 1000011 | 1000010 | 101 | 101100111 | 1010101 | 111111 |
Color Harmonies of #F15052
Complementary color
Monochromatic Colors of #F15052
Black with #F15052
Text Example
Text Example
White with #F15052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15052; }
p { color: rgb(241,80,82); }
H1.HeaderClassName
{
color: #F15052;
}
.AnyTagClassName
{
color: #F15052;
}
</style>
background-color css
<style>
a { background-color: #F15052; }
a { background-color: rgb(241,80,82); }
div.DivClassName
{
background-color: #F15052;
}
.BgClassName
{
background-color: #F15052;
}
</style>
border-color css
<style>
span { border-color: #F15052; }
span { border-color: rgb(241,80,82); }
td.TdClassName
{
border-color: #F15052;
}
.TagClassName
{
border-color: #F15052;
}
</style>