Shades of Radical Red #FA3749
Tints of Radical Red #FA3749
RGB
CMYK
RGB Variations
Color information
#FA3749 (or 0xFA3749) is known color: Radical Red. HEX triplet: FA, 37 and 49. RGB value is (250,55,73). Sum of RGB (Red+Green+Blue) = 250+55+73=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3749 is #05C8B6. Grayscale: #737373. Windows color (decimal): -379063 or 4798458. OLE color: 4798458.
HSL color Cylindrical-coordinate representation of color #FA3749: hue angle of 354.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3749 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.02 |
| HSL | 354.46º | 0.95% | 0.6% | - |
| HSV(B) | 354.46º | 0.78% | 0.98% | - |
| XYZ | 41.99 | 23.54 | 8.63 | - |
| YUV | 115.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 73 | 0 | 0.78 | 0.71 | 0.02 | 354.46 | 0.95 | 0.6 |
| Hex | FA | 37 | 49 | 0 | 4E | 47 | 2 | 162 | 5F | 3C |
| Octal | 372 | 67 | 111 | 0 | 116 | 107 | 2 | 542 | 137 | 74 |
| Binary | 11111010 | 110111 | 1001001 | 0 | 1001110 | 1000111 | 10 | 101100010 | 1011111 | 111100 |
Color Harmonies of #FA3749
Complementary color
Monochromatic Colors of #FA3749
Black with #FA3749
Text Example
Text Example
White with #FA3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3749; }
p { color: rgb(250,55,73); }
H1.HeaderClassName
{
color: #FA3749;
}
.AnyTagClassName
{
color: #FA3749;
}
</style>
background-color css
<style>
a { background-color: #FA3749; }
a { background-color: rgb(250,55,73); }
div.DivClassName
{
background-color: #FA3749;
}
.BgClassName
{
background-color: #FA3749;
}
</style>
border-color css
<style>
span { border-color: #FA3749; }
span { border-color: rgb(250,55,73); }
td.TdClassName
{
border-color: #FA3749;
}
.TagClassName
{
border-color: #FA3749;
}
</style>