Shades of Radical Red #F7415D
Tints of Radical Red #F7415D
RGB
CMYK
RGB Variations
Color information
#F7415D (or 0xF7415D) is known color: Radical Red. HEX triplet: F7, 41 and 5D. RGB value is (247,65,93). Sum of RGB (Red+Green+Blue) = 247+65+93=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F7415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7415D is #08BEA2. Grayscale: #7A7A7A. Windows color (decimal): -573091 or 6111735. OLE color: 6111735.
HSL color Cylindrical-coordinate representation of color #F7415D: hue angle of 350.77º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7415D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.03 |
| HSL | 350.77º | 0.92% | 0.61% | - |
| HSV(B) | 350.77º | 0.74% | 0.97% | - |
| XYZ | 42.22 | 24.35 | 12.83 | - |
| YUV | 122.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 93 | 0 | 0.74 | 0.62 | 0.03 | 350.77 | 0.92 | 0.61 |
| Hex | F7 | 41 | 5D | 0 | 4A | 3E | 3 | 15F | 5C | 3D |
| Octal | 367 | 101 | 135 | 0 | 112 | 76 | 3 | 537 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1011101 | 0 | 1001010 | 111110 | 11 | 101011111 | 1011100 | 111101 |
Color Harmonies of #F7415D
Complementary color
Monochromatic Colors of #F7415D
Black with #F7415D
Text Example
Text Example
White with #F7415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7415D; }
p { color: rgb(247,65,93); }
H1.HeaderClassName
{
color: #F7415D;
}
.AnyTagClassName
{
color: #F7415D;
}
</style>
background-color css
<style>
a { background-color: #F7415D; }
a { background-color: rgb(247,65,93); }
div.DivClassName
{
background-color: #F7415D;
}
.BgClassName
{
background-color: #F7415D;
}
</style>
border-color css
<style>
span { border-color: #F7415D; }
span { border-color: rgb(247,65,93); }
td.TdClassName
{
border-color: #F7415D;
}
.TagClassName
{
border-color: #F7415D;
}
</style>