Shades of Radical Red #F73D5A
Tints of Radical Red #F73D5A
RGB
CMYK
RGB Variations
Color information
#F73D5A (or 0xF73D5A) is known color: Radical Red. HEX triplet: F7, 3D and 5A. RGB value is (247,61,90). Sum of RGB (Red+Green+Blue) = 247+61+90=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73D5A is #08C2A5. Grayscale: #777777. Windows color (decimal): -574118 or 5914103. OLE color: 5914103.
HSL color Cylindrical-coordinate representation of color #F73D5A: hue angle of 350.65º 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 #F73D5A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 90 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.03 |
| HSL | 350.65º | 0.92% | 0.6% | - |
| HSV(B) | 350.65º | 0.75% | 0.97% | - |
| XYZ | 41.87 | 23.85 | 12.07 | - |
| YUV | 119.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 90 | 0 | 0.75 | 0.64 | 0.03 | 350.65 | 0.92 | 0.6 |
| Hex | F7 | 3D | 5A | 0 | 4B | 40 | 3 | 15F | 5C | 3C |
| Octal | 367 | 75 | 132 | 0 | 113 | 100 | 3 | 537 | 134 | 74 |
| Binary | 11110111 | 111101 | 1011010 | 0 | 1001011 | 1000000 | 11 | 101011111 | 1011100 | 111100 |
Color Harmonies of #F73D5A
Complementary color
Monochromatic Colors of #F73D5A
Black with #F73D5A
Text Example
Text Example
White with #F73D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D5A; }
p { color: rgb(247,61,90); }
H1.HeaderClassName
{
color: #F73D5A;
}
.AnyTagClassName
{
color: #F73D5A;
}
</style>
background-color css
<style>
a { background-color: #F73D5A; }
a { background-color: rgb(247,61,90); }
div.DivClassName
{
background-color: #F73D5A;
}
.BgClassName
{
background-color: #F73D5A;
}
</style>
border-color css
<style>
span { border-color: #F73D5A; }
span { border-color: rgb(247,61,90); }
td.TdClassName
{
border-color: #F73D5A;
}
.TagClassName
{
border-color: #F73D5A;
}
</style>