Shades of Radical Red #FA3C4A
Tints of Radical Red #FA3C4A
RGB
CMYK
RGB Variations
Color information
#FA3C4A (or 0xFA3C4A) is known color: Radical Red. HEX triplet: FA, 3C and 4A. RGB value is (250,60,74). Sum of RGB (Red+Green+Blue) = 250+60+74=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C4A is #05C3B5. Grayscale: #767676. Windows color (decimal): -377782 or 4865274. OLE color: 4865274.
HSL color Cylindrical-coordinate representation of color #FA3C4A: hue angle of 355.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C4A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 74 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.02 |
| HSL | 355.58º | 0.95% | 0.61% | - |
| HSV(B) | 355.58º | 0.76% | 0.98% | - |
| XYZ | 42.28 | 24.05 | 8.89 | - |
| YUV | 118.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 74 | 0 | 0.76 | 0.70 | 0.02 | 355.58 | 0.95 | 0.61 |
| Hex | FA | 3C | 4A | 0 | 4C | 46 | 2 | 164 | 5F | 3D |
| Octal | 372 | 74 | 112 | 0 | 114 | 106 | 2 | 544 | 137 | 75 |
| Binary | 11111010 | 111100 | 1001010 | 0 | 1001100 | 1000110 | 10 | 101100100 | 1011111 | 111101 |
Color Harmonies of #FA3C4A
Complementary color
Monochromatic Colors of #FA3C4A
Black with #FA3C4A
Text Example
Text Example
White with #FA3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C4A; }
p { color: rgb(250,60,74); }
H1.HeaderClassName
{
color: #FA3C4A;
}
.AnyTagClassName
{
color: #FA3C4A;
}
</style>
background-color css
<style>
a { background-color: #FA3C4A; }
a { background-color: rgb(250,60,74); }
div.DivClassName
{
background-color: #FA3C4A;
}
.BgClassName
{
background-color: #FA3C4A;
}
</style>
border-color css
<style>
span { border-color: #FA3C4A; }
span { border-color: rgb(250,60,74); }
td.TdClassName
{
border-color: #FA3C4A;
}
.TagClassName
{
border-color: #FA3C4A;
}
</style>