Shades of Radical Red #FA3A6E
Tints of Radical Red #FA3A6E
RGB
CMYK
RGB Variations
Color information
#FA3A6E (or 0xFA3A6E) is known color: Radical Red. HEX triplet: FA, 3A and 6E. RGB value is (250,58,110). Sum of RGB (Red+Green+Blue) = 250+58+110=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A6E is #05C591. Grayscale: #797979. Windows color (decimal): -378258 or 7224058. OLE color: 7224058.
HSL color Cylindrical-coordinate representation of color #FA3A6E: hue angle of 343.75º 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 #FA3A6E is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 110 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.02 |
| HSL | 343.75º | 0.95% | 0.6% | - |
| HSV(B) | 343.75º | 0.77% | 0.98% | - |
| XYZ | 43.75 | 24.48 | 17.17 | - |
| YUV | 121.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 110 | 0 | 0.77 | 0.56 | 0.02 | 343.75 | 0.95 | 0.6 |
| Hex | FA | 3A | 6E | 0 | 4D | 38 | 2 | 158 | 5F | 3C |
| Octal | 372 | 72 | 156 | 0 | 115 | 70 | 2 | 530 | 137 | 74 |
| Binary | 11111010 | 111010 | 1101110 | 0 | 1001101 | 111000 | 10 | 101011000 | 1011111 | 111100 |
Color Harmonies of #FA3A6E
Complementary color
Monochromatic Colors of #FA3A6E
Black with #FA3A6E
Text Example
Text Example
White with #FA3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A6E; }
p { color: rgb(250,58,110); }
H1.HeaderClassName
{
color: #FA3A6E;
}
.AnyTagClassName
{
color: #FA3A6E;
}
</style>
background-color css
<style>
a { background-color: #FA3A6E; }
a { background-color: rgb(250,58,110); }
div.DivClassName
{
background-color: #FA3A6E;
}
.BgClassName
{
background-color: #FA3A6E;
}
</style>
border-color css
<style>
span { border-color: #FA3A6E; }
span { border-color: rgb(250,58,110); }
td.TdClassName
{
border-color: #FA3A6E;
}
.TagClassName
{
border-color: #FA3A6E;
}
</style>