Shades of Radical Red #FA286D
Tints of Radical Red #FA286D
RGB
CMYK
RGB Variations
Color information
#FA286D (or 0xFA286D) is known color: Radical Red. HEX triplet: FA, 28 and 6D. RGB value is (250,40,109). Sum of RGB (Red+Green+Blue) = 250+40+109=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA286D is #05D792. Grayscale: #6E6E6E. Windows color (decimal): -382867 or 7153914. OLE color: 7153914.
HSL color Cylindrical-coordinate representation of color #FA286D: hue angle of 340.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA286D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 109 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.02 |
| HSL | 340.29º | 0.95% | 0.57% | - |
| HSV(B) | 340.29º | 0.84% | 0.98% | - |
| XYZ | 42.94 | 22.95 | 16.63 | - |
| YUV | 110.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 109 | 0 | 0.84 | 0.56 | 0.02 | 340.29 | 0.95 | 0.57 |
| Hex | FA | 28 | 6D | 0 | 54 | 38 | 2 | 154 | 5F | 39 |
| Octal | 372 | 50 | 155 | 0 | 124 | 70 | 2 | 524 | 137 | 71 |
| Binary | 11111010 | 101000 | 1101101 | 0 | 1010100 | 111000 | 10 | 101010100 | 1011111 | 111001 |
Color Harmonies of #FA286D
Complementary color
Monochromatic Colors of #FA286D
Black with #FA286D
Text Example
Text Example
White with #FA286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA286D; }
p { color: rgb(250,40,109); }
H1.HeaderClassName
{
color: #FA286D;
}
.AnyTagClassName
{
color: #FA286D;
}
</style>
background-color css
<style>
a { background-color: #FA286D; }
a { background-color: rgb(250,40,109); }
div.DivClassName
{
background-color: #FA286D;
}
.BgClassName
{
background-color: #FA286D;
}
</style>
border-color css
<style>
span { border-color: #FA286D; }
span { border-color: rgb(250,40,109); }
td.TdClassName
{
border-color: #FA286D;
}
.TagClassName
{
border-color: #FA286D;
}
</style>