Shades of Radical Red #FA4954
Tints of Radical Red #FA4954
RGB
CMYK
RGB Variations
Color information
#FA4954 (or 0xFA4954) is known color: Radical Red. HEX triplet: FA, 49 and 54. RGB value is (250,73,84). Sum of RGB (Red+Green+Blue) = 250+73+84=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4954 is #05B6AB. Grayscale: #7F7F7F. Windows color (decimal): -374444 or 5523962. OLE color: 5523962.
HSL color Cylindrical-coordinate representation of color #FA4954: hue angle of 356.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4954 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 84 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.02 |
| HSL | 356.27º | 0.95% | 0.63% | - |
| HSV(B) | 356.27º | 0.71% | 0.98% | - |
| XYZ | 43.41 | 25.73 | 11.07 | - |
| YUV | 127.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 84 | 0 | 0.71 | 0.66 | 0.02 | 356.27 | 0.95 | 0.63 |
| Hex | FA | 49 | 54 | 0 | 47 | 42 | 2 | 164 | 5F | 3F |
| Octal | 372 | 111 | 124 | 0 | 107 | 102 | 2 | 544 | 137 | 77 |
| Binary | 11111010 | 1001001 | 1010100 | 0 | 1000111 | 1000010 | 10 | 101100100 | 1011111 | 111111 |
Color Harmonies of #FA4954
Complementary color
Monochromatic Colors of #FA4954
Black with #FA4954
Text Example
Text Example
White with #FA4954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4954; }
p { color: rgb(250,73,84); }
H1.HeaderClassName
{
color: #FA4954;
}
.AnyTagClassName
{
color: #FA4954;
}
</style>
background-color css
<style>
a { background-color: #FA4954; }
a { background-color: rgb(250,73,84); }
div.DivClassName
{
background-color: #FA4954;
}
.BgClassName
{
background-color: #FA4954;
}
</style>
border-color css
<style>
span { border-color: #FA4954; }
span { border-color: rgb(250,73,84); }
td.TdClassName
{
border-color: #FA4954;
}
.TagClassName
{
border-color: #FA4954;
}
</style>