Shades of Radical Red #FA3C47
Tints of Radical Red #FA3C47
RGB
CMYK
RGB Variations
Color information
#FA3C47 (or 0xFA3C47) is known color: Radical Red. HEX triplet: FA, 3C and 47. RGB value is (250,60,71). Sum of RGB (Red+Green+Blue) = 250+60+71=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C47 is #05C3B8. Grayscale: #767676. Windows color (decimal): -377785 or 4668666. OLE color: 4668666.
HSL color Cylindrical-coordinate representation of color #FA3C47: hue angle of 356.53º 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 #FA3C47 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 71 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.02 |
| HSL | 356.53º | 0.95% | 0.61% | - |
| HSV(B) | 356.53º | 0.76% | 0.98% | - |
| XYZ | 42.18 | 24.01 | 8.37 | - |
| YUV | 118.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 71 | 0 | 0.76 | 0.72 | 0.02 | 356.53 | 0.95 | 0.61 |
| Hex | FA | 3C | 47 | 0 | 4C | 48 | 2 | 165 | 5F | 3D |
| Octal | 372 | 74 | 107 | 0 | 114 | 110 | 2 | 545 | 137 | 75 |
| Binary | 11111010 | 111100 | 1000111 | 0 | 1001100 | 1001000 | 10 | 101100101 | 1011111 | 111101 |
Color Harmonies of #FA3C47
Complementary color
Monochromatic Colors of #FA3C47
Black with #FA3C47
Text Example
Text Example
White with #FA3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C47; }
p { color: rgb(250,60,71); }
H1.HeaderClassName
{
color: #FA3C47;
}
.AnyTagClassName
{
color: #FA3C47;
}
</style>
background-color css
<style>
a { background-color: #FA3C47; }
a { background-color: rgb(250,60,71); }
div.DivClassName
{
background-color: #FA3C47;
}
.BgClassName
{
background-color: #FA3C47;
}
</style>
border-color css
<style>
span { border-color: #FA3C47; }
span { border-color: rgb(250,60,71); }
td.TdClassName
{
border-color: #FA3C47;
}
.TagClassName
{
border-color: #FA3C47;
}
</style>