Shades of Radical Red #F74B5A
Tints of Radical Red #F74B5A
RGB
CMYK
RGB Variations
Color information
#F74B5A (or 0xF74B5A) is known color: Radical Red. HEX triplet: F7, 4B and 5A. RGB value is (247,75,90). Sum of RGB (Red+Green+Blue) = 247+75+90=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B5A is #08B4A5. Grayscale: #808080. Windows color (decimal): -570534 or 5917687. OLE color: 5917687.
HSL color Cylindrical-coordinate representation of color #F74B5A: hue angle of 354.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74B5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.03 |
| HSL | 354.77º | 0.91% | 0.63% | - |
| HSV(B) | 354.77º | 0.7% | 0.97% | - |
| XYZ | 42.72 | 25.54 | 12.35 | - |
| YUV | 128.14 | 106.48 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 90 | 0 | 0.70 | 0.64 | 0.03 | 354.77 | 0.91 | 0.63 |
| Hex | F7 | 4B | 5A | 0 | 46 | 40 | 3 | 163 | 5B | 3F |
| Octal | 367 | 113 | 132 | 0 | 106 | 100 | 3 | 543 | 133 | 77 |
| Binary | 11110111 | 1001011 | 1011010 | 0 | 1000110 | 1000000 | 11 | 101100011 | 1011011 | 111111 |
Color Harmonies of #F74B5A
Complementary color
Monochromatic Colors of #F74B5A
Black with #F74B5A
Text Example
Text Example
White with #F74B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B5A; }
p { color: rgb(247,75,90); }
H1.HeaderClassName
{
color: #F74B5A;
}
.AnyTagClassName
{
color: #F74B5A;
}
</style>
background-color css
<style>
a { background-color: #F74B5A; }
a { background-color: rgb(247,75,90); }
div.DivClassName
{
background-color: #F74B5A;
}
.BgClassName
{
background-color: #F74B5A;
}
</style>
border-color css
<style>
span { border-color: #F74B5A; }
span { border-color: rgb(247,75,90); }
td.TdClassName
{
border-color: #F74B5A;
}
.TagClassName
{
border-color: #F74B5A;
}
</style>