Shades of Radical Red #FA286A
Tints of Radical Red #FA286A
RGB
CMYK
RGB Variations
Color information
#FA286A (or 0xFA286A) is known color: Radical Red. HEX triplet: FA, 28 and 6A. RGB value is (250,40,106). Sum of RGB (Red+Green+Blue) = 250+40+106=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA286A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA286A is #05D795. Grayscale: #6E6E6E. Windows color (decimal): -382870 or 6957306. OLE color: 6957306.
HSL color Cylindrical-coordinate representation of color #FA286A: hue angle of 341.14º 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 #FA286A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 106 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.02 |
| HSL | 341.14º | 0.95% | 0.57% | - |
| HSV(B) | 341.14º | 0.84% | 0.98% | - |
| XYZ | 42.78 | 22.88 | 15.8 | - |
| YUV | 110.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 106 | 0 | 0.84 | 0.58 | 0.02 | 341.14 | 0.95 | 0.57 |
| Hex | FA | 28 | 6A | 0 | 54 | 3A | 2 | 155 | 5F | 39 |
| Octal | 372 | 50 | 152 | 0 | 124 | 72 | 2 | 525 | 137 | 71 |
| Binary | 11111010 | 101000 | 1101010 | 0 | 1010100 | 111010 | 10 | 101010101 | 1011111 | 111001 |
Color Harmonies of #FA286A
Complementary color
Monochromatic Colors of #FA286A
Black with #FA286A
Text Example
Text Example
White with #FA286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA286A; }
p { color: rgb(250,40,106); }
H1.HeaderClassName
{
color: #FA286A;
}
.AnyTagClassName
{
color: #FA286A;
}
</style>
background-color css
<style>
a { background-color: #FA286A; }
a { background-color: rgb(250,40,106); }
div.DivClassName
{
background-color: #FA286A;
}
.BgClassName
{
background-color: #FA286A;
}
</style>
border-color css
<style>
span { border-color: #FA286A; }
span { border-color: rgb(250,40,106); }
td.TdClassName
{
border-color: #FA286A;
}
.TagClassName
{
border-color: #FA286A;
}
</style>