Shades of Radical Red #FA404A
Tints of Radical Red #FA404A
RGB
CMYK
RGB Variations
Color information
#FA404A (or 0xFA404A) is known color: Radical Red. HEX triplet: FA, 40 and 4A. RGB value is (250,64,74). Sum of RGB (Red+Green+Blue) = 250+64+74=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA404A is #05BFB5. Grayscale: #787878. Windows color (decimal): -376758 or 4866298. OLE color: 4866298.
HSL color Cylindrical-coordinate representation of color #FA404A: hue angle of 356.77º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA404A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 74 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.02 |
| HSL | 356.77º | 0.95% | 0.62% | - |
| HSV(B) | 356.77º | 0.74% | 0.98% | - |
| XYZ | 42.49 | 24.49 | 8.97 | - |
| YUV | 120.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 74 | 0 | 0.74 | 0.70 | 0.02 | 356.77 | 0.95 | 0.62 |
| Hex | FA | 40 | 4A | 0 | 4A | 46 | 2 | 165 | 5F | 3E |
| Octal | 372 | 100 | 112 | 0 | 112 | 106 | 2 | 545 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1001010 | 0 | 1001010 | 1000110 | 10 | 101100101 | 1011111 | 111110 |
Color Harmonies of #FA404A
Complementary color
Monochromatic Colors of #FA404A
Black with #FA404A
Text Example
Text Example
White with #FA404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA404A; }
p { color: rgb(250,64,74); }
H1.HeaderClassName
{
color: #FA404A;
}
.AnyTagClassName
{
color: #FA404A;
}
</style>
background-color css
<style>
a { background-color: #FA404A; }
a { background-color: rgb(250,64,74); }
div.DivClassName
{
background-color: #FA404A;
}
.BgClassName
{
background-color: #FA404A;
}
</style>
border-color css
<style>
span { border-color: #FA404A; }
span { border-color: rgb(250,64,74); }
td.TdClassName
{
border-color: #FA404A;
}
.TagClassName
{
border-color: #FA404A;
}
</style>