Shades of Radical Red #F7505E
Tints of Radical Red #F7505E
RGB
CMYK
RGB Variations
Color information
#F7505E (or 0xF7505E) is known color: Radical Red. HEX triplet: F7, 50 and 5E. RGB value is (247,80,94). Sum of RGB (Red+Green+Blue) = 247+80+94=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7505E is #08AFA1. Grayscale: #838383. Windows color (decimal): -569250 or 6181111. OLE color: 6181111.
HSL color Cylindrical-coordinate representation of color #F7505E: hue angle of 354.97º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7505E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 354.97º | 0.91% | 0.64% | - |
| HSV(B) | 354.97º | 0.68% | 0.97% | - |
| XYZ | 43.25 | 26.32 | 13.39 | - |
| YUV | 131.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 94 | 0 | 0.68 | 0.62 | 0.03 | 354.97 | 0.91 | 0.64 |
| Hex | F7 | 50 | 5E | 0 | 44 | 3E | 3 | 163 | 5B | 40 |
| Octal | 367 | 120 | 136 | 0 | 104 | 76 | 3 | 543 | 133 | 100 |
| Binary | 11110111 | 1010000 | 1011110 | 0 | 1000100 | 111110 | 11 | 101100011 | 1011011 | 1000000 |
Color Harmonies of #F7505E
Complementary color
Monochromatic Colors of #F7505E
Black with #F7505E
Text Example
Text Example
White with #F7505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7505E; }
p { color: rgb(247,80,94); }
H1.HeaderClassName
{
color: #F7505E;
}
.AnyTagClassName
{
color: #F7505E;
}
</style>
background-color css
<style>
a { background-color: #F7505E; }
a { background-color: rgb(247,80,94); }
div.DivClassName
{
background-color: #F7505E;
}
.BgClassName
{
background-color: #F7505E;
}
</style>
border-color css
<style>
span { border-color: #F7505E; }
span { border-color: rgb(247,80,94); }
td.TdClassName
{
border-color: #F7505E;
}
.TagClassName
{
border-color: #F7505E;
}
</style>