Shades of Radical Red #FA3155
Tints of Radical Red #FA3155
RGB
CMYK
RGB Variations
Color information
#FA3155 (or 0xFA3155) is known color: Radical Red. HEX triplet: FA, 31 and 55. RGB value is (250,49,85). Sum of RGB (Red+Green+Blue) = 250+49+85=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3155 is #05CEAA. Grayscale: #717171. Windows color (decimal): -380587 or 5583354. OLE color: 5583354.
HSL color Cylindrical-coordinate representation of color #FA3155: hue angle of 349.25º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3155 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.02 |
| HSL | 349.25º | 0.95% | 0.59% | - |
| HSV(B) | 349.25º | 0.8% | 0.98% | - |
| XYZ | 42.16 | 23.18 | 10.85 | - |
| YUV | 113.2 | 112.09 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 85 | 0 | 0.80 | 0.66 | 0.02 | 349.25 | 0.95 | 0.59 |
| Hex | FA | 31 | 55 | 0 | 50 | 42 | 2 | 15D | 5F | 3B |
| Octal | 372 | 61 | 125 | 0 | 120 | 102 | 2 | 535 | 137 | 73 |
| Binary | 11111010 | 110001 | 1010101 | 0 | 1010000 | 1000010 | 10 | 101011101 | 1011111 | 111011 |
Color Harmonies of #FA3155
Complementary color
Monochromatic Colors of #FA3155
Black with #FA3155
Text Example
Text Example
White with #FA3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3155; }
p { color: rgb(250,49,85); }
H1.HeaderClassName
{
color: #FA3155;
}
.AnyTagClassName
{
color: #FA3155;
}
</style>
background-color css
<style>
a { background-color: #FA3155; }
a { background-color: rgb(250,49,85); }
div.DivClassName
{
background-color: #FA3155;
}
.BgClassName
{
background-color: #FA3155;
}
</style>
border-color css
<style>
span { border-color: #FA3155; }
span { border-color: rgb(250,49,85); }
td.TdClassName
{
border-color: #FA3155;
}
.TagClassName
{
border-color: #FA3155;
}
</style>