Shades of Radical Red #FA3250
Tints of Radical Red #FA3250
RGB
CMYK
RGB Variations
Color information
#FA3250 (or 0xFA3250) is known color: Radical Red. HEX triplet: FA, 32 and 50. RGB value is (250,50,80). Sum of RGB (Red+Green+Blue) = 250+50+80=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3250 is #05CDAF. Grayscale: #717171. Windows color (decimal): -380336 or 5255930. OLE color: 5255930.
HSL color Cylindrical-coordinate representation of color #FA3250: hue angle of 351º 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 #FA3250 is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 80 | - |
| CMYK | 0 | 0.8 | 0.68 | 0.02 |
| HSL | 351º | 0.95% | 0.59% | - |
| HSV(B) | 351º | 0.8% | 0.98% | - |
| XYZ | 42.01 | 23.18 | 9.85 | - |
| YUV | 113.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 80 | 0 | 0.8 | 0.68 | 0.02 | 351 | 0.95 | 0.59 |
| Hex | FA | 32 | 50 | 0 | 50 | 44 | 2 | 15F | 5F | 3B |
| Octal | 372 | 62 | 120 | 0 | 120 | 104 | 2 | 537 | 137 | 73 |
| Binary | 11111010 | 110010 | 1010000 | 0 | 1010000 | 1000100 | 10 | 101011111 | 1011111 | 111011 |
Color Harmonies of #FA3250
Complementary color
Monochromatic Colors of #FA3250
Black with #FA3250
Text Example
Text Example
White with #FA3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3250; }
p { color: rgb(250,50,80); }
H1.HeaderClassName
{
color: #FA3250;
}
.AnyTagClassName
{
color: #FA3250;
}
</style>
background-color css
<style>
a { background-color: #FA3250; }
a { background-color: rgb(250,50,80); }
div.DivClassName
{
background-color: #FA3250;
}
.BgClassName
{
background-color: #FA3250;
}
</style>
border-color css
<style>
span { border-color: #FA3250; }
span { border-color: rgb(250,50,80); }
td.TdClassName
{
border-color: #FA3250;
}
.TagClassName
{
border-color: #FA3250;
}
</style>