Shades of Radical Red #FA4953
Tints of Radical Red #FA4953
RGB
CMYK
RGB Variations
Color information
#FA4953 (or 0xFA4953) is known color: Radical Red. HEX triplet: FA, 49 and 53. RGB value is (250,73,83). Sum of RGB (Red+Green+Blue) = 250+73+83=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4953 is #05B6AC. Grayscale: #7F7F7F. Windows color (decimal): -374445 or 5458426. OLE color: 5458426.
HSL color Cylindrical-coordinate representation of color #FA4953: hue angle of 356.61º 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 #FA4953 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 83 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.02 |
| HSL | 356.61º | 0.95% | 0.63% | - |
| HSV(B) | 356.61º | 0.71% | 0.98% | - |
| XYZ | 43.37 | 25.71 | 10.86 | - |
| YUV | 127.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 83 | 0 | 0.71 | 0.67 | 0.02 | 356.61 | 0.95 | 0.63 |
| Hex | FA | 49 | 53 | 0 | 47 | 43 | 2 | 165 | 5F | 3F |
| Octal | 372 | 111 | 123 | 0 | 107 | 103 | 2 | 545 | 137 | 77 |
| Binary | 11111010 | 1001001 | 1010011 | 0 | 1000111 | 1000011 | 10 | 101100101 | 1011111 | 111111 |
Color Harmonies of #FA4953
Complementary color
Monochromatic Colors of #FA4953
Black with #FA4953
Text Example
Text Example
White with #FA4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4953; }
p { color: rgb(250,73,83); }
H1.HeaderClassName
{
color: #FA4953;
}
.AnyTagClassName
{
color: #FA4953;
}
</style>
background-color css
<style>
a { background-color: #FA4953; }
a { background-color: rgb(250,73,83); }
div.DivClassName
{
background-color: #FA4953;
}
.BgClassName
{
background-color: #FA4953;
}
</style>
border-color css
<style>
span { border-color: #FA4953; }
span { border-color: rgb(250,73,83); }
td.TdClassName
{
border-color: #FA4953;
}
.TagClassName
{
border-color: #FA4953;
}
</style>