Shades of Radical Red #FA484A
Tints of Radical Red #FA484A
RGB
CMYK
RGB Variations
Color information
#FA484A (or 0xFA484A) is known color: Radical Red. HEX triplet: FA, 48 and 4A. RGB value is (250,72,74). Sum of RGB (Red+Green+Blue) = 250+72+74=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA484A is #05B7B5. Grayscale: #7D7D7D. Windows color (decimal): -374710 or 4868346. OLE color: 4868346.
HSL color Cylindrical-coordinate representation of color #FA484A: hue angle of 359.33º 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 #FA484A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 74 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.02 |
| HSL | 359.33º | 0.95% | 0.63% | - |
| HSV(B) | 359.33º | 0.71% | 0.98% | - |
| XYZ | 42.98 | 25.45 | 9.13 | - |
| YUV | 125.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 74 | 0 | 0.71 | 0.70 | 0.02 | 359.33 | 0.95 | 0.63 |
| Hex | FA | 48 | 4A | 0 | 47 | 46 | 2 | 167 | 5F | 3F |
| Octal | 372 | 110 | 112 | 0 | 107 | 106 | 2 | 547 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1001010 | 0 | 1000111 | 1000110 | 10 | 101100111 | 1011111 | 111111 |
Color Harmonies of #FA484A
Complementary color
Monochromatic Colors of #FA484A
Black with #FA484A
Text Example
Text Example
White with #FA484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA484A; }
p { color: rgb(250,72,74); }
H1.HeaderClassName
{
color: #FA484A;
}
.AnyTagClassName
{
color: #FA484A;
}
</style>
background-color css
<style>
a { background-color: #FA484A; }
a { background-color: rgb(250,72,74); }
div.DivClassName
{
background-color: #FA484A;
}
.BgClassName
{
background-color: #FA484A;
}
</style>
border-color css
<style>
span { border-color: #FA484A; }
span { border-color: rgb(250,72,74); }
td.TdClassName
{
border-color: #FA484A;
}
.TagClassName
{
border-color: #FA484A;
}
</style>