Shades of Radical Red #FA3575
Tints of Radical Red #FA3575
RGB
CMYK
RGB Variations
Color information
#FA3575 (or 0xFA3575) is known color: Radical Red. HEX triplet: FA, 35 and 75. RGB value is (250,53,117). Sum of RGB (Red+Green+Blue) = 250+53+117=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3575 is #05CA8A. Grayscale: #777777. Windows color (decimal): -379531 or 7681530. OLE color: 7681530.
HSL color Cylindrical-coordinate representation of color #FA3575: hue angle of 340.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3575 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 117 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.02 |
| HSL | 340.51º | 0.95% | 0.59% | - |
| HSV(B) | 340.51º | 0.79% | 0.98% | - |
| XYZ | 43.91 | 24.15 | 19.18 | - |
| YUV | 119.2 | 126.77 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 117 | 0 | 0.79 | 0.53 | 0.02 | 340.51 | 0.95 | 0.59 |
| Hex | FA | 35 | 75 | 0 | 4F | 35 | 2 | 155 | 5F | 3B |
| Octal | 372 | 65 | 165 | 0 | 117 | 65 | 2 | 525 | 137 | 73 |
| Binary | 11111010 | 110101 | 1110101 | 0 | 1001111 | 110101 | 10 | 101010101 | 1011111 | 111011 |
Color Harmonies of #FA3575
Complementary color
Monochromatic Colors of #FA3575
Black with #FA3575
Text Example
Text Example
White with #FA3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3575; }
p { color: rgb(250,53,117); }
H1.HeaderClassName
{
color: #FA3575;
}
.AnyTagClassName
{
color: #FA3575;
}
</style>
background-color css
<style>
a { background-color: #FA3575; }
a { background-color: rgb(250,53,117); }
div.DivClassName
{
background-color: #FA3575;
}
.BgClassName
{
background-color: #FA3575;
}
</style>
border-color css
<style>
span { border-color: #FA3575; }
span { border-color: rgb(250,53,117); }
td.TdClassName
{
border-color: #FA3575;
}
.TagClassName
{
border-color: #FA3575;
}
</style>