Shades of Radical Red #F7515A
Tints of Radical Red #F7515A
RGB
CMYK
RGB Variations
Color information
#F7515A (or 0xF7515A) is known color: Radical Red. HEX triplet: F7, 51 and 5A. RGB value is (247,81,90). Sum of RGB (Red+Green+Blue) = 247+81+90=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F7515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7515A is #08AEA5. Grayscale: #838383. Windows color (decimal): -568998 or 5919223. OLE color: 5919223.
HSL color Cylindrical-coordinate representation of color #F7515A: hue angle of 356.75º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7515A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 90 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.03 |
| HSL | 356.75º | 0.91% | 0.64% | - |
| HSV(B) | 356.75º | 0.67% | 0.97% | - |
| XYZ | 43.15 | 26.4 | 12.49 | - |
| YUV | 131.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 90 | 0 | 0.67 | 0.64 | 0.03 | 356.75 | 0.91 | 0.64 |
| Hex | F7 | 51 | 5A | 0 | 43 | 40 | 3 | 165 | 5B | 40 |
| Octal | 367 | 121 | 132 | 0 | 103 | 100 | 3 | 545 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1011010 | 0 | 1000011 | 1000000 | 11 | 101100101 | 1011011 | 1000000 |
Color Harmonies of #F7515A
Complementary color
Monochromatic Colors of #F7515A
Black with #F7515A
Text Example
Text Example
White with #F7515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7515A; }
p { color: rgb(247,81,90); }
H1.HeaderClassName
{
color: #F7515A;
}
.AnyTagClassName
{
color: #F7515A;
}
</style>
background-color css
<style>
a { background-color: #F7515A; }
a { background-color: rgb(247,81,90); }
div.DivClassName
{
background-color: #F7515A;
}
.BgClassName
{
background-color: #F7515A;
}
</style>
border-color css
<style>
span { border-color: #F7515A; }
span { border-color: rgb(247,81,90); }
td.TdClassName
{
border-color: #F7515A;
}
.TagClassName
{
border-color: #F7515A;
}
</style>