Shades of Radical Red #F4515B
Tints of Radical Red #F4515B
RGB
CMYK
RGB Variations
Color information
#F4515B (or 0xF4515B) is known color: Radical Red. HEX triplet: F4, 51 and 5B. RGB value is (244,81,91). Sum of RGB (Red+Green+Blue) = 244+81+91=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F4515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4515B is #0BAEA4. Grayscale: #838383. Windows color (decimal): -765605 or 5984756. OLE color: 5984756.
HSL color Cylindrical-coordinate representation of color #F4515B: hue angle of 356.32º degrees, saturation: 0.88, 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 #F4515B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 91 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.04 |
| HSL | 356.32º | 0.88% | 0.64% | - |
| HSV(B) | 356.32º | 0.67% | 0.96% | - |
| XYZ | 42.14 | 25.87 | 12.67 | - |
| YUV | 130.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 91 | 0 | 0.67 | 0.63 | 0.04 | 356.32 | 0.88 | 0.64 |
| Hex | F4 | 51 | 5B | 0 | 43 | 3F | 4 | 164 | 58 | 40 |
| Octal | 364 | 121 | 133 | 0 | 103 | 77 | 4 | 544 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1011011 | 0 | 1000011 | 111111 | 100 | 101100100 | 1011000 | 1000000 |
Color Harmonies of #F4515B
Complementary color
Monochromatic Colors of #F4515B
Black with #F4515B
Text Example
Text Example
White with #F4515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4515B; }
p { color: rgb(244,81,91); }
H1.HeaderClassName
{
color: #F4515B;
}
.AnyTagClassName
{
color: #F4515B;
}
</style>
background-color css
<style>
a { background-color: #F4515B; }
a { background-color: rgb(244,81,91); }
div.DivClassName
{
background-color: #F4515B;
}
.BgClassName
{
background-color: #F4515B;
}
</style>
border-color css
<style>
span { border-color: #F4515B; }
span { border-color: rgb(244,81,91); }
td.TdClassName
{
border-color: #F4515B;
}
.TagClassName
{
border-color: #F4515B;
}
</style>