Shades of Radical Red #F73D5D
Tints of Radical Red #F73D5D
RGB
CMYK
RGB Variations
Color information
#F73D5D (or 0xF73D5D) is known color: Radical Red. HEX triplet: F7, 3D and 5D. RGB value is (247,61,93). Sum of RGB (Red+Green+Blue) = 247+61+93=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73D5D is #08C2A2. Grayscale: #787878. Windows color (decimal): -574115 or 6110711. OLE color: 6110711.
HSL color Cylindrical-coordinate representation of color #F73D5D: hue angle of 349.68º 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 #F73D5D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 93 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.03 |
| HSL | 349.68º | 0.92% | 0.6% | - |
| HSV(B) | 349.68º | 0.75% | 0.97% | - |
| XYZ | 42 | 23.9 | 12.76 | - |
| YUV | 120.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 93 | 0 | 0.75 | 0.62 | 0.03 | 349.68 | 0.92 | 0.6 |
| Hex | F7 | 3D | 5D | 0 | 4B | 3E | 3 | 15E | 5C | 3C |
| Octal | 367 | 75 | 135 | 0 | 113 | 76 | 3 | 536 | 134 | 74 |
| Binary | 11110111 | 111101 | 1011101 | 0 | 1001011 | 111110 | 11 | 101011110 | 1011100 | 111100 |
Color Harmonies of #F73D5D
Complementary color
Monochromatic Colors of #F73D5D
Black with #F73D5D
Text Example
Text Example
White with #F73D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D5D; }
p { color: rgb(247,61,93); }
H1.HeaderClassName
{
color: #F73D5D;
}
.AnyTagClassName
{
color: #F73D5D;
}
</style>
background-color css
<style>
a { background-color: #F73D5D; }
a { background-color: rgb(247,61,93); }
div.DivClassName
{
background-color: #F73D5D;
}
.BgClassName
{
background-color: #F73D5D;
}
</style>
border-color css
<style>
span { border-color: #F73D5D; }
span { border-color: rgb(247,61,93); }
td.TdClassName
{
border-color: #F73D5D;
}
.TagClassName
{
border-color: #F73D5D;
}
</style>