Shades of Radical Red #FA426D
Tints of Radical Red #FA426D
RGB
CMYK
RGB Variations
Color information
#FA426D (or 0xFA426D) is known color: Radical Red. HEX triplet: FA, 42 and 6D. RGB value is (250,66,109). Sum of RGB (Red+Green+Blue) = 250+66+109=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA426D is #05BD92. Grayscale: #7D7D7D. Windows color (decimal): -376211 or 7160570. OLE color: 7160570.
HSL color Cylindrical-coordinate representation of color #FA426D: hue angle of 345.98º 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 #FA426D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 109 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.02 |
| HSL | 345.98º | 0.95% | 0.62% | - |
| HSV(B) | 345.98º | 0.74% | 0.98% | - |
| XYZ | 44.13 | 25.32 | 17.03 | - |
| YUV | 125.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 109 | 0 | 0.74 | 0.56 | 0.02 | 345.98 | 0.95 | 0.62 |
| Hex | FA | 42 | 6D | 0 | 4A | 38 | 2 | 15A | 5F | 3E |
| Octal | 372 | 102 | 155 | 0 | 112 | 70 | 2 | 532 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1101101 | 0 | 1001010 | 111000 | 10 | 101011010 | 1011111 | 111110 |
Color Harmonies of #FA426D
Complementary color
Monochromatic Colors of #FA426D
Black with #FA426D
Text Example
Text Example
White with #FA426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA426D; }
p { color: rgb(250,66,109); }
H1.HeaderClassName
{
color: #FA426D;
}
.AnyTagClassName
{
color: #FA426D;
}
</style>
background-color css
<style>
a { background-color: #FA426D; }
a { background-color: rgb(250,66,109); }
div.DivClassName
{
background-color: #FA426D;
}
.BgClassName
{
background-color: #FA426D;
}
</style>
border-color css
<style>
span { border-color: #FA426D; }
span { border-color: rgb(250,66,109); }
td.TdClassName
{
border-color: #FA426D;
}
.TagClassName
{
border-color: #FA426D;
}
</style>