Shades of Radical Red #FA484D
Tints of Radical Red #FA484D
RGB
CMYK
RGB Variations
Color information
#FA484D (or 0xFA484D) is known color: Radical Red. HEX triplet: FA, 48 and 4D. RGB value is (250,72,77). Sum of RGB (Red+Green+Blue) = 250+72+77=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA484D is #05B7B2. Grayscale: #7D7D7D. Windows color (decimal): -374707 or 5064954. OLE color: 5064954.
HSL color Cylindrical-coordinate representation of color #FA484D: hue angle of 358.31º 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 #FA484D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 77 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.02 |
| HSL | 358.31º | 0.95% | 0.63% | - |
| HSV(B) | 358.31º | 0.71% | 0.98% | - |
| XYZ | 43.08 | 25.49 | 9.67 | - |
| YUV | 125.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 77 | 0 | 0.71 | 0.69 | 0.02 | 358.31 | 0.95 | 0.63 |
| Hex | FA | 48 | 4D | 0 | 47 | 45 | 2 | 166 | 5F | 3F |
| Octal | 372 | 110 | 115 | 0 | 107 | 105 | 2 | 546 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1001101 | 0 | 1000111 | 1000101 | 10 | 101100110 | 1011111 | 111111 |
Color Harmonies of #FA484D
Complementary color
Monochromatic Colors of #FA484D
Black with #FA484D
Text Example
Text Example
White with #FA484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA484D; }
p { color: rgb(250,72,77); }
H1.HeaderClassName
{
color: #FA484D;
}
.AnyTagClassName
{
color: #FA484D;
}
</style>
background-color css
<style>
a { background-color: #FA484D; }
a { background-color: rgb(250,72,77); }
div.DivClassName
{
background-color: #FA484D;
}
.BgClassName
{
background-color: #FA484D;
}
</style>
border-color css
<style>
span { border-color: #FA484D; }
span { border-color: rgb(250,72,77); }
td.TdClassName
{
border-color: #FA484D;
}
.TagClassName
{
border-color: #FA484D;
}
</style>