Shades of Radical Red #FA285A
Tints of Radical Red #FA285A
RGB
CMYK
RGB Variations
Color information
#FA285A (or 0xFA285A) is known color: Radical Red. HEX triplet: FA, 28 and 5A. RGB value is (250,40,90). Sum of RGB (Red+Green+Blue) = 250+40+90=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA285A is #05D7A5. Grayscale: #6C6C6C. Windows color (decimal): -382886 or 5908730. OLE color: 5908730.
HSL color Cylindrical-coordinate representation of color #FA285A: hue angle of 345.71º 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 #FA285A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 90 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.02 |
| HSL | 345.71º | 0.95% | 0.57% | - |
| HSV(B) | 345.71º | 0.84% | 0.98% | - |
| XYZ | 42.03 | 22.58 | 11.82 | - |
| YUV | 108.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 90 | 0 | 0.84 | 0.64 | 0.02 | 345.71 | 0.95 | 0.57 |
| Hex | FA | 28 | 5A | 0 | 54 | 40 | 2 | 15A | 5F | 39 |
| Octal | 372 | 50 | 132 | 0 | 124 | 100 | 2 | 532 | 137 | 71 |
| Binary | 11111010 | 101000 | 1011010 | 0 | 1010100 | 1000000 | 10 | 101011010 | 1011111 | 111001 |
Color Harmonies of #FA285A
Complementary color
Monochromatic Colors of #FA285A
Black with #FA285A
Text Example
Text Example
White with #FA285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA285A; }
p { color: rgb(250,40,90); }
H1.HeaderClassName
{
color: #FA285A;
}
.AnyTagClassName
{
color: #FA285A;
}
</style>
background-color css
<style>
a { background-color: #FA285A; }
a { background-color: rgb(250,40,90); }
div.DivClassName
{
background-color: #FA285A;
}
.BgClassName
{
background-color: #FA285A;
}
</style>
border-color css
<style>
span { border-color: #FA285A; }
span { border-color: rgb(250,40,90); }
td.TdClassName
{
border-color: #FA285A;
}
.TagClassName
{
border-color: #FA285A;
}
</style>