Shades of Radical Red #F74D5D
Tints of Radical Red #F74D5D
RGB
CMYK
RGB Variations
Color information
#F74D5D (or 0xF74D5D) is known color: Radical Red. HEX triplet: F7, 4D and 5D. RGB value is (247,77,93). Sum of RGB (Red+Green+Blue) = 247+77+93=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D5D is #08B2A2. Grayscale: #818181. Windows color (decimal): -570019 or 6114807. OLE color: 6114807.
HSL color Cylindrical-coordinate representation of color #F74D5D: hue angle of 354.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74D5D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 93 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.03 |
| HSL | 354.35º | 0.91% | 0.64% | - |
| HSV(B) | 354.35º | 0.69% | 0.97% | - |
| XYZ | 42.99 | 25.87 | 13.08 | - |
| YUV | 129.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 93 | 0 | 0.69 | 0.62 | 0.03 | 354.35 | 0.91 | 0.64 |
| Hex | F7 | 4D | 5D | 0 | 45 | 3E | 3 | 162 | 5B | 40 |
| Octal | 367 | 115 | 135 | 0 | 105 | 76 | 3 | 542 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1011101 | 0 | 1000101 | 111110 | 11 | 101100010 | 1011011 | 1000000 |
Color Harmonies of #F74D5D
Complementary color
Monochromatic Colors of #F74D5D
Black with #F74D5D
Text Example
Text Example
White with #F74D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D5D; }
p { color: rgb(247,77,93); }
H1.HeaderClassName
{
color: #F74D5D;
}
.AnyTagClassName
{
color: #F74D5D;
}
</style>
background-color css
<style>
a { background-color: #F74D5D; }
a { background-color: rgb(247,77,93); }
div.DivClassName
{
background-color: #F74D5D;
}
.BgClassName
{
background-color: #F74D5D;
}
</style>
border-color css
<style>
span { border-color: #F74D5D; }
span { border-color: rgb(247,77,93); }
td.TdClassName
{
border-color: #F74D5D;
}
.TagClassName
{
border-color: #F74D5D;
}
</style>