Shades of Radical Red #F73D4A
Tints of Radical Red #F73D4A
RGB
CMYK
RGB Variations
Color information
#F73D4A (or 0xF73D4A) is known color: Radical Red. HEX triplet: F7, 3D and 4A. RGB value is (247,61,74). Sum of RGB (Red+Green+Blue) = 247+61+74=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D4A is #08C2B5. Grayscale: #767676. Windows color (decimal): -574134 or 4865527. OLE color: 4865527.
HSL color Cylindrical-coordinate representation of color #F73D4A: hue angle of 355.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73D4A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 74 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.03 |
| HSL | 355.81º | 0.92% | 0.6% | - |
| HSV(B) | 355.81º | 0.75% | 0.97% | - |
| XYZ | 41.26 | 23.61 | 8.86 | - |
| YUV | 118.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 74 | 0 | 0.75 | 0.70 | 0.03 | 355.81 | 0.92 | 0.6 |
| Hex | F7 | 3D | 4A | 0 | 4B | 46 | 3 | 164 | 5C | 3C |
| Octal | 367 | 75 | 112 | 0 | 113 | 106 | 3 | 544 | 134 | 74 |
| Binary | 11110111 | 111101 | 1001010 | 0 | 1001011 | 1000110 | 11 | 101100100 | 1011100 | 111100 |
Color Harmonies of #F73D4A
Complementary color
Monochromatic Colors of #F73D4A
Black with #F73D4A
Text Example
Text Example
White with #F73D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D4A; }
p { color: rgb(247,61,74); }
H1.HeaderClassName
{
color: #F73D4A;
}
.AnyTagClassName
{
color: #F73D4A;
}
</style>
background-color css
<style>
a { background-color: #F73D4A; }
a { background-color: rgb(247,61,74); }
div.DivClassName
{
background-color: #F73D4A;
}
.BgClassName
{
background-color: #F73D4A;
}
</style>
border-color css
<style>
span { border-color: #F73D4A; }
span { border-color: rgb(247,61,74); }
td.TdClassName
{
border-color: #F73D4A;
}
.TagClassName
{
border-color: #F73D4A;
}
</style>