Shades of Radical Red #FA3A58
Tints of Radical Red #FA3A58
RGB
CMYK
RGB Variations
Color information
#FA3A58 (or 0xFA3A58) is known color: Radical Red. HEX triplet: FA, 3A and 58. RGB value is (250,58,88). Sum of RGB (Red+Green+Blue) = 250+58+88=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A58 is #05C5A7. Grayscale: #767676. Windows color (decimal): -378280 or 5782266. OLE color: 5782266.
HSL color Cylindrical-coordinate representation of color #FA3A58: hue angle of 350.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A58 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 88 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.02 |
| HSL | 350.63º | 0.95% | 0.6% | - |
| HSV(B) | 350.63º | 0.77% | 0.98% | - |
| XYZ | 42.7 | 24.05 | 11.63 | - |
| YUV | 118.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 88 | 0 | 0.77 | 0.65 | 0.02 | 350.63 | 0.95 | 0.6 |
| Hex | FA | 3A | 58 | 0 | 4D | 41 | 2 | 15F | 5F | 3C |
| Octal | 372 | 72 | 130 | 0 | 115 | 101 | 2 | 537 | 137 | 74 |
| Binary | 11111010 | 111010 | 1011000 | 0 | 1001101 | 1000001 | 10 | 101011111 | 1011111 | 111100 |
Color Harmonies of #FA3A58
Complementary color
Monochromatic Colors of #FA3A58
Black with #FA3A58
Text Example
Text Example
White with #FA3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A58; }
p { color: rgb(250,58,88); }
H1.HeaderClassName
{
color: #FA3A58;
}
.AnyTagClassName
{
color: #FA3A58;
}
</style>
background-color css
<style>
a { background-color: #FA3A58; }
a { background-color: rgb(250,58,88); }
div.DivClassName
{
background-color: #FA3A58;
}
.BgClassName
{
background-color: #FA3A58;
}
</style>
border-color css
<style>
span { border-color: #FA3A58; }
span { border-color: rgb(250,58,88); }
td.TdClassName
{
border-color: #FA3A58;
}
.TagClassName
{
border-color: #FA3A58;
}
</style>