Shades of Radical Red #FA4054
Tints of Radical Red #FA4054
RGB
CMYK
RGB Variations
Color information
#FA4054 (or 0xFA4054) is known color: Radical Red. HEX triplet: FA, 40 and 54. RGB value is (250,64,84). Sum of RGB (Red+Green+Blue) = 250+64+84=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4054 is #05BFAB. Grayscale: #797979. Windows color (decimal): -376748 or 5521658. OLE color: 5521658.
HSL color Cylindrical-coordinate representation of color #FA4054: hue angle of 353.55º 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 #FA4054 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 84 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.55º | 0.95% | 0.62% | - |
| HSV(B) | 353.55º | 0.74% | 0.98% | - |
| XYZ | 42.86 | 24.63 | 10.88 | - |
| YUV | 121.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 84 | 0 | 0.74 | 0.66 | 0.02 | 353.55 | 0.95 | 0.62 |
| Hex | FA | 40 | 54 | 0 | 4A | 42 | 2 | 162 | 5F | 3E |
| Octal | 372 | 100 | 124 | 0 | 112 | 102 | 2 | 542 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1010100 | 0 | 1001010 | 1000010 | 10 | 101100010 | 1011111 | 111110 |
Color Harmonies of #FA4054
Complementary color
Monochromatic Colors of #FA4054
Black with #FA4054
Text Example
Text Example
White with #FA4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4054; }
p { color: rgb(250,64,84); }
H1.HeaderClassName
{
color: #FA4054;
}
.AnyTagClassName
{
color: #FA4054;
}
</style>
background-color css
<style>
a { background-color: #FA4054; }
a { background-color: rgb(250,64,84); }
div.DivClassName
{
background-color: #FA4054;
}
.BgClassName
{
background-color: #FA4054;
}
</style>
border-color css
<style>
span { border-color: #FA4054; }
span { border-color: rgb(250,64,84); }
td.TdClassName
{
border-color: #FA4054;
}
.TagClassName
{
border-color: #FA4054;
}
</style>