Shades of Radical Red #FA3944
Tints of Radical Red #FA3944
RGB
CMYK
RGB Variations
Color information
#FA3944 (or 0xFA3944) is known color: Radical Red. HEX triplet: FA, 39 and 44. RGB value is (250,57,68). Sum of RGB (Red+Green+Blue) = 250+57+68=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3944 is #05C6BB. Grayscale: #747474. Windows color (decimal): -378556 or 4471290. OLE color: 4471290.
HSL color Cylindrical-coordinate representation of color #FA3944: hue angle of 356.58º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3944 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 68 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.02 |
| HSL | 356.58º | 0.95% | 0.6% | - |
| HSV(B) | 356.58º | 0.77% | 0.98% | - |
| XYZ | 41.93 | 23.67 | 7.83 | - |
| YUV | 115.96 | 100.94 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 68 | 0 | 0.77 | 0.73 | 0.02 | 356.58 | 0.95 | 0.6 |
| Hex | FA | 39 | 44 | 0 | 4D | 49 | 2 | 165 | 5F | 3C |
| Octal | 372 | 71 | 104 | 0 | 115 | 111 | 2 | 545 | 137 | 74 |
| Binary | 11111010 | 111001 | 1000100 | 0 | 1001101 | 1001001 | 10 | 101100101 | 1011111 | 111100 |
Color Harmonies of #FA3944
Complementary color
Monochromatic Colors of #FA3944
Black with #FA3944
Text Example
Text Example
White with #FA3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3944; }
p { color: rgb(250,57,68); }
H1.HeaderClassName
{
color: #FA3944;
}
.AnyTagClassName
{
color: #FA3944;
}
</style>
background-color css
<style>
a { background-color: #FA3944; }
a { background-color: rgb(250,57,68); }
div.DivClassName
{
background-color: #FA3944;
}
.BgClassName
{
background-color: #FA3944;
}
</style>
border-color css
<style>
span { border-color: #FA3944; }
span { border-color: rgb(250,57,68); }
td.TdClassName
{
border-color: #FA3944;
}
.TagClassName
{
border-color: #FA3944;
}
</style>