Shades of Radical Red #F74D5A
Tints of Radical Red #F74D5A
RGB
CMYK
RGB Variations
Color information
#F74D5A (or 0xF74D5A) is known color: Radical Red. HEX triplet: F7, 4D and 5A. RGB value is (247,77,90). Sum of RGB (Red+Green+Blue) = 247+77+90=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D5A is #08B2A5. Grayscale: #818181. Windows color (decimal): -570022 or 5918199. OLE color: 5918199.
HSL color Cylindrical-coordinate representation of color #F74D5A: hue angle of 355.41º 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 #F74D5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 90 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.03 |
| HSL | 355.41º | 0.91% | 0.64% | - |
| HSV(B) | 355.41º | 0.69% | 0.97% | - |
| XYZ | 42.86 | 25.82 | 12.4 | - |
| YUV | 129.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 90 | 0 | 0.69 | 0.64 | 0.03 | 355.41 | 0.91 | 0.64 |
| Hex | F7 | 4D | 5A | 0 | 45 | 40 | 3 | 163 | 5B | 40 |
| Octal | 367 | 115 | 132 | 0 | 105 | 100 | 3 | 543 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1011010 | 0 | 1000101 | 1000000 | 11 | 101100011 | 1011011 | 1000000 |
Color Harmonies of #F74D5A
Complementary color
Monochromatic Colors of #F74D5A
Black with #F74D5A
Text Example
Text Example
White with #F74D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D5A; }
p { color: rgb(247,77,90); }
H1.HeaderClassName
{
color: #F74D5A;
}
.AnyTagClassName
{
color: #F74D5A;
}
</style>
background-color css
<style>
a { background-color: #F74D5A; }
a { background-color: rgb(247,77,90); }
div.DivClassName
{
background-color: #F74D5A;
}
.BgClassName
{
background-color: #F74D5A;
}
</style>
border-color css
<style>
span { border-color: #F74D5A; }
span { border-color: rgb(247,77,90); }
td.TdClassName
{
border-color: #F74D5A;
}
.TagClassName
{
border-color: #F74D5A;
}
</style>