Shades of Radical Red #FA286E
Tints of Radical Red #FA286E
RGB
CMYK
RGB Variations
Color information
#FA286E (or 0xFA286E) is known color: Radical Red. HEX triplet: FA, 28 and 6E. RGB value is (250,40,110). Sum of RGB (Red+Green+Blue) = 250+40+110=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA286E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA286E is #05D791. Grayscale: #6E6E6E. Windows color (decimal): -382866 or 7219450. OLE color: 7219450.
HSL color Cylindrical-coordinate representation of color #FA286E: hue angle of 340º 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 #FA286E is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 110 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.02 |
| HSL | 340º | 0.95% | 0.57% | - |
| HSV(B) | 340º | 0.84% | 0.98% | - |
| XYZ | 43 | 22.97 | 16.92 | - |
| YUV | 110.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 110 | 0 | 0.84 | 0.56 | 0.02 | 340 | 0.95 | 0.57 |
| Hex | FA | 28 | 6E | 0 | 54 | 38 | 2 | 154 | 5F | 39 |
| Octal | 372 | 50 | 156 | 0 | 124 | 70 | 2 | 524 | 137 | 71 |
| Binary | 11111010 | 101000 | 1101110 | 0 | 1010100 | 111000 | 10 | 101010100 | 1011111 | 111001 |
Color Harmonies of #FA286E
Complementary color
Monochromatic Colors of #FA286E
Black with #FA286E
Text Example
Text Example
White with #FA286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA286E; }
p { color: rgb(250,40,110); }
H1.HeaderClassName
{
color: #FA286E;
}
.AnyTagClassName
{
color: #FA286E;
}
</style>
background-color css
<style>
a { background-color: #FA286E; }
a { background-color: rgb(250,40,110); }
div.DivClassName
{
background-color: #FA286E;
}
.BgClassName
{
background-color: #FA286E;
}
</style>
border-color css
<style>
span { border-color: #FA286E; }
span { border-color: rgb(250,40,110); }
td.TdClassName
{
border-color: #FA286E;
}
.TagClassName
{
border-color: #FA286E;
}
</style>