Shades of Radical Red #FA2858
Tints of Radical Red #FA2858
RGB
CMYK
RGB Variations
Color information
#FA2858 (or 0xFA2858) is known color: Radical Red. HEX triplet: FA, 28 and 58. RGB value is (250,40,88). Sum of RGB (Red+Green+Blue) = 250+40+88=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2858 is #05D7A7. Grayscale: #6C6C6C. Windows color (decimal): -382888 or 5777658. OLE color: 5777658.
HSL color Cylindrical-coordinate representation of color #FA2858: hue angle of 346.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 #FA2858 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 88 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.02 |
| HSL | 346.29º | 0.95% | 0.57% | - |
| HSV(B) | 346.29º | 0.84% | 0.98% | - |
| XYZ | 41.94 | 22.55 | 11.37 | - |
| YUV | 108.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 88 | 0 | 0.84 | 0.65 | 0.02 | 346.29 | 0.95 | 0.57 |
| Hex | FA | 28 | 58 | 0 | 54 | 41 | 2 | 15A | 5F | 39 |
| Octal | 372 | 50 | 130 | 0 | 124 | 101 | 2 | 532 | 137 | 71 |
| Binary | 11111010 | 101000 | 1011000 | 0 | 1010100 | 1000001 | 10 | 101011010 | 1011111 | 111001 |
Color Harmonies of #FA2858
Complementary color
Monochromatic Colors of #FA2858
Black with #FA2858
Text Example
Text Example
White with #FA2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2858; }
p { color: rgb(250,40,88); }
H1.HeaderClassName
{
color: #FA2858;
}
.AnyTagClassName
{
color: #FA2858;
}
</style>
background-color css
<style>
a { background-color: #FA2858; }
a { background-color: rgb(250,40,88); }
div.DivClassName
{
background-color: #FA2858;
}
.BgClassName
{
background-color: #FA2858;
}
</style>
border-color css
<style>
span { border-color: #FA2858; }
span { border-color: rgb(250,40,88); }
td.TdClassName
{
border-color: #FA2858;
}
.TagClassName
{
border-color: #FA2858;
}
</style>