Shades of Radical Red #F74F5A
Tints of Radical Red #F74F5A
RGB
CMYK
RGB Variations
Color information
#F74F5A (or 0xF74F5A) is known color: Radical Red. HEX triplet: F7, 4F and 5A. RGB value is (247,79,90). Sum of RGB (Red+Green+Blue) = 247+79+90=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F5A is #08B0A5. Grayscale: #828282. Windows color (decimal): -569510 or 5918711. OLE color: 5918711.
HSL color Cylindrical-coordinate representation of color #F74F5A: hue angle of 356.07º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F5A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.03 |
| HSL | 356.07º | 0.91% | 0.64% | - |
| HSV(B) | 356.07º | 0.68% | 0.97% | - |
| XYZ | 43 | 26.1 | 12.45 | - |
| YUV | 130.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 90 | 0 | 0.68 | 0.64 | 0.03 | 356.07 | 0.91 | 0.64 |
| Hex | F7 | 4F | 5A | 0 | 44 | 40 | 3 | 164 | 5B | 40 |
| Octal | 367 | 117 | 132 | 0 | 104 | 100 | 3 | 544 | 133 | 100 |
| Binary | 11110111 | 1001111 | 1011010 | 0 | 1000100 | 1000000 | 11 | 101100100 | 1011011 | 1000000 |
Color Harmonies of #F74F5A
Complementary color
Monochromatic Colors of #F74F5A
Black with #F74F5A
Text Example
Text Example
White with #F74F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F5A; }
p { color: rgb(247,79,90); }
H1.HeaderClassName
{
color: #F74F5A;
}
.AnyTagClassName
{
color: #F74F5A;
}
</style>
background-color css
<style>
a { background-color: #F74F5A; }
a { background-color: rgb(247,79,90); }
div.DivClassName
{
background-color: #F74F5A;
}
.BgClassName
{
background-color: #F74F5A;
}
</style>
border-color css
<style>
span { border-color: #F74F5A; }
span { border-color: rgb(247,79,90); }
td.TdClassName
{
border-color: #F74F5A;
}
.TagClassName
{
border-color: #F74F5A;
}
</style>