Shades of Radical Red #FA394F
Tints of Radical Red #FA394F
RGB
CMYK
RGB Variations
Color information
#FA394F (or 0xFA394F) is known color: Radical Red. HEX triplet: FA, 39 and 4F. RGB value is (250,57,79). Sum of RGB (Red+Green+Blue) = 250+57+79=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA394F is #05C6B0. Grayscale: #757575. Windows color (decimal): -378545 or 5192186. OLE color: 5192186.
HSL color Cylindrical-coordinate representation of color #FA394F: hue angle of 353.16º 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 #FA394F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 79 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.02 |
| HSL | 353.16º | 0.95% | 0.6% | - |
| HSV(B) | 353.16º | 0.77% | 0.98% | - |
| XYZ | 42.3 | 23.81 | 9.76 | - |
| YUV | 117.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 79 | 0 | 0.77 | 0.68 | 0.02 | 353.16 | 0.95 | 0.6 |
| Hex | FA | 39 | 4F | 0 | 4D | 44 | 2 | 161 | 5F | 3C |
| Octal | 372 | 71 | 117 | 0 | 115 | 104 | 2 | 541 | 137 | 74 |
| Binary | 11111010 | 111001 | 1001111 | 0 | 1001101 | 1000100 | 10 | 101100001 | 1011111 | 111100 |
Color Harmonies of #FA394F
Complementary color
Monochromatic Colors of #FA394F
Black with #FA394F
Text Example
Text Example
White with #FA394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA394F; }
p { color: rgb(250,57,79); }
H1.HeaderClassName
{
color: #FA394F;
}
.AnyTagClassName
{
color: #FA394F;
}
</style>
background-color css
<style>
a { background-color: #FA394F; }
a { background-color: rgb(250,57,79); }
div.DivClassName
{
background-color: #FA394F;
}
.BgClassName
{
background-color: #FA394F;
}
</style>
border-color css
<style>
span { border-color: #FA394F; }
span { border-color: rgb(250,57,79); }
td.TdClassName
{
border-color: #FA394F;
}
.TagClassName
{
border-color: #FA394F;
}
</style>