Shades of Radical Red #FA464D
Tints of Radical Red #FA464D
RGB
CMYK
RGB Variations
Color information
#FA464D (or 0xFA464D) is known color: Radical Red. HEX triplet: FA, 46 and 4D. RGB value is (250,70,77). Sum of RGB (Red+Green+Blue) = 250+70+77=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA464D is #05B9B2. Grayscale: #7C7C7C. Windows color (decimal): -375219 or 5064442. OLE color: 5064442.
HSL color Cylindrical-coordinate representation of color #FA464D: hue angle of 357.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA464D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 77 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.02 |
| HSL | 357.67º | 0.95% | 0.63% | - |
| HSV(B) | 357.67º | 0.72% | 0.98% | - |
| XYZ | 42.95 | 25.24 | 9.63 | - |
| YUV | 124.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 77 | 0 | 0.72 | 0.69 | 0.02 | 357.67 | 0.95 | 0.63 |
| Hex | FA | 46 | 4D | 0 | 48 | 45 | 2 | 166 | 5F | 3F |
| Octal | 372 | 106 | 115 | 0 | 110 | 105 | 2 | 546 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1001101 | 0 | 1001000 | 1000101 | 10 | 101100110 | 1011111 | 111111 |
Color Harmonies of #FA464D
Complementary color
Monochromatic Colors of #FA464D
Black with #FA464D
Text Example
Text Example
White with #FA464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA464D; }
p { color: rgb(250,70,77); }
H1.HeaderClassName
{
color: #FA464D;
}
.AnyTagClassName
{
color: #FA464D;
}
</style>
background-color css
<style>
a { background-color: #FA464D; }
a { background-color: rgb(250,70,77); }
div.DivClassName
{
background-color: #FA464D;
}
.BgClassName
{
background-color: #FA464D;
}
</style>
border-color css
<style>
span { border-color: #FA464D; }
span { border-color: rgb(250,70,77); }
td.TdClassName
{
border-color: #FA464D;
}
.TagClassName
{
border-color: #FA464D;
}
</style>