Shades of Radical Red #F7265D
Tints of Radical Red #F7265D
RGB
CMYK
RGB Variations
Color information
#F7265D (or 0xF7265D) is known color: Radical Red. HEX triplet: F7, 26 and 5D. RGB value is (247,38,93). Sum of RGB (Red+Green+Blue) = 247+38+93=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7265D is #08D9A2. Grayscale: #6A6A6A. Windows color (decimal): -580003 or 6104823. OLE color: 6104823.
HSL color Cylindrical-coordinate representation of color #F7265D: hue angle of 344.21º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7265D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 93 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.03 |
| HSL | 344.21º | 0.93% | 0.56% | - |
| HSV(B) | 344.21º | 0.85% | 0.97% | - |
| XYZ | 41.03 | 21.95 | 12.43 | - |
| YUV | 106.76 | 120.24 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 93 | 0 | 0.85 | 0.62 | 0.03 | 344.21 | 0.93 | 0.56 |
| Hex | F7 | 26 | 5D | 0 | 55 | 3E | 3 | 158 | 5D | 38 |
| Octal | 367 | 46 | 135 | 0 | 125 | 76 | 3 | 530 | 135 | 70 |
| Binary | 11110111 | 100110 | 1011101 | 0 | 1010101 | 111110 | 11 | 101011000 | 1011101 | 111000 |
Color Harmonies of #F7265D
Complementary color
Monochromatic Colors of #F7265D
Black with #F7265D
Text Example
Text Example
White with #F7265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7265D; }
p { color: rgb(247,38,93); }
H1.HeaderClassName
{
color: #F7265D;
}
.AnyTagClassName
{
color: #F7265D;
}
</style>
background-color css
<style>
a { background-color: #F7265D; }
a { background-color: rgb(247,38,93); }
div.DivClassName
{
background-color: #F7265D;
}
.BgClassName
{
background-color: #F7265D;
}
</style>
border-color css
<style>
span { border-color: #F7265D; }
span { border-color: rgb(247,38,93); }
td.TdClassName
{
border-color: #F7265D;
}
.TagClassName
{
border-color: #F7265D;
}
</style>