Shades of Radical Red #FA485E
Tints of Radical Red #FA485E
RGB
CMYK
RGB Variations
Color information
#FA485E (or 0xFA485E) is known color: Radical Red. HEX triplet: FA, 48 and 5E. RGB value is (250,72,94). Sum of RGB (Red+Green+Blue) = 250+72+94=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA485E is #05B7A1. Grayscale: #7F7F7F. Windows color (decimal): -374690 or 6179066. OLE color: 6179066.
HSL color Cylindrical-coordinate representation of color #FA485E: hue angle of 352.58º 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 #FA485E is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 94 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.02 |
| HSL | 352.58º | 0.95% | 0.63% | - |
| HSV(B) | 352.58º | 0.71% | 0.98% | - |
| XYZ | 43.76 | 25.77 | 13.26 | - |
| YUV | 127.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 94 | 0 | 0.71 | 0.62 | 0.02 | 352.58 | 0.95 | 0.63 |
| Hex | FA | 48 | 5E | 0 | 47 | 3E | 2 | 161 | 5F | 3F |
| Octal | 372 | 110 | 136 | 0 | 107 | 76 | 2 | 541 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1011110 | 0 | 1000111 | 111110 | 10 | 101100001 | 1011111 | 111111 |
Color Harmonies of #FA485E
Complementary color
Monochromatic Colors of #FA485E
Black with #FA485E
Text Example
Text Example
White with #FA485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA485E; }
p { color: rgb(250,72,94); }
H1.HeaderClassName
{
color: #FA485E;
}
.AnyTagClassName
{
color: #FA485E;
}
</style>
background-color css
<style>
a { background-color: #FA485E; }
a { background-color: rgb(250,72,94); }
div.DivClassName
{
background-color: #FA485E;
}
.BgClassName
{
background-color: #FA485E;
}
</style>
border-color css
<style>
span { border-color: #FA485E; }
span { border-color: rgb(250,72,94); }
td.TdClassName
{
border-color: #FA485E;
}
.TagClassName
{
border-color: #FA485E;
}
</style>