Shades of Radical Red #FA3A45
Tints of Radical Red #FA3A45
RGB
CMYK
RGB Variations
Color information
#FA3A45 (or 0xFA3A45) is known color: Radical Red. HEX triplet: FA, 3A and 45. RGB value is (250,58,69). Sum of RGB (Red+Green+Blue) = 250+58+69=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A45 is #05C5BA. Grayscale: #747474. Windows color (decimal): -378299 or 4537082. OLE color: 4537082.
HSL color Cylindrical-coordinate representation of color #FA3A45: hue angle of 356.56º 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 #FA3A45 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 69 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.02 |
| HSL | 356.56º | 0.95% | 0.6% | - |
| HSV(B) | 356.56º | 0.77% | 0.98% | - |
| XYZ | 42.01 | 23.78 | 8.01 | - |
| YUV | 116.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 69 | 0 | 0.77 | 0.72 | 0.02 | 356.56 | 0.95 | 0.6 |
| Hex | FA | 3A | 45 | 0 | 4D | 48 | 2 | 165 | 5F | 3C |
| Octal | 372 | 72 | 105 | 0 | 115 | 110 | 2 | 545 | 137 | 74 |
| Binary | 11111010 | 111010 | 1000101 | 0 | 1001101 | 1001000 | 10 | 101100101 | 1011111 | 111100 |
Color Harmonies of #FA3A45
Complementary color
Monochromatic Colors of #FA3A45
Black with #FA3A45
Text Example
Text Example
White with #FA3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A45; }
p { color: rgb(250,58,69); }
H1.HeaderClassName
{
color: #FA3A45;
}
.AnyTagClassName
{
color: #FA3A45;
}
</style>
background-color css
<style>
a { background-color: #FA3A45; }
a { background-color: rgb(250,58,69); }
div.DivClassName
{
background-color: #FA3A45;
}
.BgClassName
{
background-color: #FA3A45;
}
</style>
border-color css
<style>
span { border-color: #FA3A45; }
span { border-color: rgb(250,58,69); }
td.TdClassName
{
border-color: #FA3A45;
}
.TagClassName
{
border-color: #FA3A45;
}
</style>