Shades of Radical Red #F15256
Tints of Radical Red #F15256
RGB
CMYK
RGB Variations
Color information
#F15256 (or 0xF15256) is known color: Radical Red. HEX triplet: F1, 52 and 56. RGB value is (241,82,86). Sum of RGB (Red+Green+Blue) = 241+82+86=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F15256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15256 is #0EADA9. Grayscale: #828282. Windows color (decimal): -961962 or 5657329. OLE color: 5657329.
HSL color Cylindrical-coordinate representation of color #F15256: hue angle of 358.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15256 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.05 |
| HSL | 358.49º | 0.85% | 0.63% | - |
| HSV(B) | 358.49º | 0.66% | 0.95% | - |
| XYZ | 40.97 | 25.41 | 11.55 | - |
| YUV | 130 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 86 | 0 | 0.66 | 0.64 | 0.05 | 358.49 | 0.85 | 0.63 |
| Hex | F1 | 52 | 56 | 0 | 42 | 40 | 5 | 166 | 55 | 3F |
| Octal | 361 | 122 | 126 | 0 | 102 | 100 | 5 | 546 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1010110 | 0 | 1000010 | 1000000 | 101 | 101100110 | 1010101 | 111111 |
Color Harmonies of #F15256
Complementary color
Monochromatic Colors of #F15256
Black with #F15256
Text Example
Text Example
White with #F15256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15256; }
p { color: rgb(241,82,86); }
H1.HeaderClassName
{
color: #F15256;
}
.AnyTagClassName
{
color: #F15256;
}
</style>
background-color css
<style>
a { background-color: #F15256; }
a { background-color: rgb(241,82,86); }
div.DivClassName
{
background-color: #F15256;
}
.BgClassName
{
background-color: #F15256;
}
</style>
border-color css
<style>
span { border-color: #F15256; }
span { border-color: rgb(241,82,86); }
td.TdClassName
{
border-color: #F15256;
}
.TagClassName
{
border-color: #F15256;
}
</style>