Shades of Radical Red #FA425E
Tints of Radical Red #FA425E
RGB
CMYK
RGB Variations
Color information
#FA425E (or 0xFA425E) is known color: Radical Red. HEX triplet: FA, 42 and 5E. RGB value is (250,66,94). Sum of RGB (Red+Green+Blue) = 250+66+94=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA425E is #05BDA1. Grayscale: #7C7C7C. Windows color (decimal): -376226 or 6177530. OLE color: 6177530.
HSL color Cylindrical-coordinate representation of color #FA425E: hue angle of 350.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA425E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 94 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.02 |
| HSL | 350.87º | 0.95% | 0.62% | - |
| HSV(B) | 350.87º | 0.74% | 0.98% | - |
| XYZ | 43.39 | 25.03 | 13.13 | - |
| YUV | 124.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 94 | 0 | 0.74 | 0.62 | 0.02 | 350.87 | 0.95 | 0.62 |
| Hex | FA | 42 | 5E | 0 | 4A | 3E | 2 | 15F | 5F | 3E |
| Octal | 372 | 102 | 136 | 0 | 112 | 76 | 2 | 537 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1011110 | 0 | 1001010 | 111110 | 10 | 101011111 | 1011111 | 111110 |
Color Harmonies of #FA425E
Complementary color
Monochromatic Colors of #FA425E
Black with #FA425E
Text Example
Text Example
White with #FA425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA425E; }
p { color: rgb(250,66,94); }
H1.HeaderClassName
{
color: #FA425E;
}
.AnyTagClassName
{
color: #FA425E;
}
</style>
background-color css
<style>
a { background-color: #FA425E; }
a { background-color: rgb(250,66,94); }
div.DivClassName
{
background-color: #FA425E;
}
.BgClassName
{
background-color: #FA425E;
}
</style>
border-color css
<style>
span { border-color: #FA425E; }
span { border-color: rgb(250,66,94); }
td.TdClassName
{
border-color: #FA425E;
}
.TagClassName
{
border-color: #FA425E;
}
</style>