Shades of Radical Red #FA424E
Tints of Radical Red #FA424E
RGB
CMYK
RGB Variations
Color information
#FA424E (or 0xFA424E) is known color: Radical Red. HEX triplet: FA, 42 and 4E. RGB value is (250,66,78). Sum of RGB (Red+Green+Blue) = 250+66+78=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA424E is #05BDB1. Grayscale: #7A7A7A. Windows color (decimal): -376242 or 5128954. OLE color: 5128954.
HSL color Cylindrical-coordinate representation of color #FA424E: hue angle of 356.09º 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 #FA424E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 356.09º | 0.95% | 0.62% | - |
| HSV(B) | 356.09º | 0.74% | 0.98% | - |
| XYZ | 42.75 | 24.77 | 9.74 | - |
| YUV | 122.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 78 | 0 | 0.74 | 0.69 | 0.02 | 356.09 | 0.95 | 0.62 |
| Hex | FA | 42 | 4E | 0 | 4A | 45 | 2 | 164 | 5F | 3E |
| Octal | 372 | 102 | 116 | 0 | 112 | 105 | 2 | 544 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1001110 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1011111 | 111110 |
Color Harmonies of #FA424E
Complementary color
Monochromatic Colors of #FA424E
Black with #FA424E
Text Example
Text Example
White with #FA424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA424E; }
p { color: rgb(250,66,78); }
H1.HeaderClassName
{
color: #FA424E;
}
.AnyTagClassName
{
color: #FA424E;
}
</style>
background-color css
<style>
a { background-color: #FA424E; }
a { background-color: rgb(250,66,78); }
div.DivClassName
{
background-color: #FA424E;
}
.BgClassName
{
background-color: #FA424E;
}
</style>
border-color css
<style>
span { border-color: #FA424E; }
span { border-color: rgb(250,66,78); }
td.TdClassName
{
border-color: #FA424E;
}
.TagClassName
{
border-color: #FA424E;
}
</style>