Shades of Radical Red #FA464F
Tints of Radical Red #FA464F
RGB
CMYK
RGB Variations
Color information
#FA464F (or 0xFA464F) is known color: Radical Red. HEX triplet: FA, 46 and 4F. RGB value is (250,70,79). Sum of RGB (Red+Green+Blue) = 250+70+79=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA464F is #05B9B0. Grayscale: #7C7C7C. Windows color (decimal): -375217 or 5195514. OLE color: 5195514.
HSL color Cylindrical-coordinate representation of color #FA464F: hue angle of 357º 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 #FA464F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 79 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.02 |
| HSL | 357º | 0.95% | 0.63% | - |
| HSV(B) | 357º | 0.72% | 0.98% | - |
| XYZ | 43.03 | 25.27 | 10.01 | - |
| YUV | 124.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 79 | 0 | 0.72 | 0.68 | 0.02 | 357 | 0.95 | 0.63 |
| Hex | FA | 46 | 4F | 0 | 48 | 44 | 2 | 165 | 5F | 3F |
| Octal | 372 | 106 | 117 | 0 | 110 | 104 | 2 | 545 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1001111 | 0 | 1001000 | 1000100 | 10 | 101100101 | 1011111 | 111111 |
Color Harmonies of #FA464F
Complementary color
Monochromatic Colors of #FA464F
Black with #FA464F
Text Example
Text Example
White with #FA464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA464F; }
p { color: rgb(250,70,79); }
H1.HeaderClassName
{
color: #FA464F;
}
.AnyTagClassName
{
color: #FA464F;
}
</style>
background-color css
<style>
a { background-color: #FA464F; }
a { background-color: rgb(250,70,79); }
div.DivClassName
{
background-color: #FA464F;
}
.BgClassName
{
background-color: #FA464F;
}
</style>
border-color css
<style>
span { border-color: #FA464F; }
span { border-color: rgb(250,70,79); }
td.TdClassName
{
border-color: #FA464F;
}
.TagClassName
{
border-color: #FA464F;
}
</style>