Shades of Radical Red #FA374E
Tints of Radical Red #FA374E
RGB
CMYK
RGB Variations
Color information
#FA374E (or 0xFA374E) is known color: Radical Red. HEX triplet: FA, 37 and 4E. RGB value is (250,55,78). Sum of RGB (Red+Green+Blue) = 250+55+78=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA374E is #05C8B1. Grayscale: #747474. Windows color (decimal): -379058 or 5126138. OLE color: 5126138.
HSL color Cylindrical-coordinate representation of color #FA374E: hue angle of 352.92º 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 #FA374E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 78 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.02 |
| HSL | 352.92º | 0.95% | 0.6% | - |
| HSV(B) | 352.92º | 0.78% | 0.98% | - |
| XYZ | 42.17 | 23.61 | 9.54 | - |
| YUV | 115.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 78 | 0 | 0.78 | 0.69 | 0.02 | 352.92 | 0.95 | 0.6 |
| Hex | FA | 37 | 4E | 0 | 4E | 45 | 2 | 161 | 5F | 3C |
| Octal | 372 | 67 | 116 | 0 | 116 | 105 | 2 | 541 | 137 | 74 |
| Binary | 11111010 | 110111 | 1001110 | 0 | 1001110 | 1000101 | 10 | 101100001 | 1011111 | 111100 |
Color Harmonies of #FA374E
Complementary color
Monochromatic Colors of #FA374E
Black with #FA374E
Text Example
Text Example
White with #FA374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA374E; }
p { color: rgb(250,55,78); }
H1.HeaderClassName
{
color: #FA374E;
}
.AnyTagClassName
{
color: #FA374E;
}
</style>
background-color css
<style>
a { background-color: #FA374E; }
a { background-color: rgb(250,55,78); }
div.DivClassName
{
background-color: #FA374E;
}
.BgClassName
{
background-color: #FA374E;
}
</style>
border-color css
<style>
span { border-color: #FA374E; }
span { border-color: rgb(250,55,78); }
td.TdClassName
{
border-color: #FA374E;
}
.TagClassName
{
border-color: #FA374E;
}
</style>