Shades of Radical Red #FA3758
Tints of Radical Red #FA3758
RGB
CMYK
RGB Variations
Color information
#FA3758 (or 0xFA3758) is known color: Radical Red. HEX triplet: FA, 37 and 58. RGB value is (250,55,88). Sum of RGB (Red+Green+Blue) = 250+55+88=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3758 is #05C8A7. Grayscale: #757575. Windows color (decimal): -379048 or 5781498. OLE color: 5781498.
HSL color Cylindrical-coordinate representation of color #FA3758: hue angle of 349.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3758 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 88 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.02 |
| HSL | 349.85º | 0.95% | 0.6% | - |
| HSV(B) | 349.85º | 0.78% | 0.98% | - |
| XYZ | 42.55 | 23.76 | 11.58 | - |
| YUV | 117.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 88 | 0 | 0.78 | 0.65 | 0.02 | 349.85 | 0.95 | 0.6 |
| Hex | FA | 37 | 58 | 0 | 4E | 41 | 2 | 15E | 5F | 3C |
| Octal | 372 | 67 | 130 | 0 | 116 | 101 | 2 | 536 | 137 | 74 |
| Binary | 11111010 | 110111 | 1011000 | 0 | 1001110 | 1000001 | 10 | 101011110 | 1011111 | 111100 |
Color Harmonies of #FA3758
Complementary color
Monochromatic Colors of #FA3758
Black with #FA3758
Text Example
Text Example
White with #FA3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3758; }
p { color: rgb(250,55,88); }
H1.HeaderClassName
{
color: #FA3758;
}
.AnyTagClassName
{
color: #FA3758;
}
</style>
background-color css
<style>
a { background-color: #FA3758; }
a { background-color: rgb(250,55,88); }
div.DivClassName
{
background-color: #FA3758;
}
.BgClassName
{
background-color: #FA3758;
}
</style>
border-color css
<style>
span { border-color: #FA3758; }
span { border-color: rgb(250,55,88); }
td.TdClassName
{
border-color: #FA3758;
}
.TagClassName
{
border-color: #FA3758;
}
</style>