Shades of Radical Red #FA464C
Tints of Radical Red #FA464C
RGB
CMYK
RGB Variations
Color information
#FA464C (or 0xFA464C) is known color: Radical Red. HEX triplet: FA, 46 and 4C. RGB value is (250,70,76). Sum of RGB (Red+Green+Blue) = 250+70+76=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA464C is #05B9B3. Grayscale: #7C7C7C. Windows color (decimal): -375220 or 4998906. OLE color: 4998906.
HSL color Cylindrical-coordinate representation of color #FA464C: hue angle of 358º 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 #FA464C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 76 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.02 |
| HSL | 358º | 0.95% | 0.63% | - |
| HSV(B) | 358º | 0.72% | 0.98% | - |
| XYZ | 42.92 | 25.23 | 9.44 | - |
| YUV | 124.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 76 | 0 | 0.72 | 0.70 | 0.02 | 358 | 0.95 | 0.63 |
| Hex | FA | 46 | 4C | 0 | 48 | 46 | 2 | 166 | 5F | 3F |
| Octal | 372 | 106 | 114 | 0 | 110 | 106 | 2 | 546 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1001100 | 0 | 1001000 | 1000110 | 10 | 101100110 | 1011111 | 111111 |
Color Harmonies of #FA464C
Complementary color
Monochromatic Colors of #FA464C
Black with #FA464C
Text Example
Text Example
White with #FA464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA464C; }
p { color: rgb(250,70,76); }
H1.HeaderClassName
{
color: #FA464C;
}
.AnyTagClassName
{
color: #FA464C;
}
</style>
background-color css
<style>
a { background-color: #FA464C; }
a { background-color: rgb(250,70,76); }
div.DivClassName
{
background-color: #FA464C;
}
.BgClassName
{
background-color: #FA464C;
}
</style>
border-color css
<style>
span { border-color: #FA464C; }
span { border-color: rgb(250,70,76); }
td.TdClassName
{
border-color: #FA464C;
}
.TagClassName
{
border-color: #FA464C;
}
</style>