Shades of Radical Red #FA2950
Tints of Radical Red #FA2950
RGB
CMYK
RGB Variations
Color information
#FA2950 (or 0xFA2950) is known color: Radical Red. HEX triplet: FA, 29 and 50. RGB value is (250,41,80). Sum of RGB (Red+Green+Blue) = 250+41+80=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2950 is #05D6AF. Grayscale: #6B6B6B. Windows color (decimal): -382640 or 5253626. OLE color: 5253626.
HSL color Cylindrical-coordinate representation of color #FA2950: hue angle of 348.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2950 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 80 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.02 |
| HSL | 348.8º | 0.95% | 0.57% | - |
| HSV(B) | 348.8º | 0.84% | 0.98% | - |
| XYZ | 41.67 | 22.49 | 9.73 | - |
| YUV | 107.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 80 | 0 | 0.84 | 0.68 | 0.02 | 348.8 | 0.95 | 0.57 |
| Hex | FA | 29 | 50 | 0 | 54 | 44 | 2 | 15D | 5F | 39 |
| Octal | 372 | 51 | 120 | 0 | 124 | 104 | 2 | 535 | 137 | 71 |
| Binary | 11111010 | 101001 | 1010000 | 0 | 1010100 | 1000100 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #FA2950
Complementary color
Monochromatic Colors of #FA2950
Black with #FA2950
Text Example
Text Example
White with #FA2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2950; }
p { color: rgb(250,41,80); }
H1.HeaderClassName
{
color: #FA2950;
}
.AnyTagClassName
{
color: #FA2950;
}
</style>
background-color css
<style>
a { background-color: #FA2950; }
a { background-color: rgb(250,41,80); }
div.DivClassName
{
background-color: #FA2950;
}
.BgClassName
{
background-color: #FA2950;
}
</style>
border-color css
<style>
span { border-color: #FA2950; }
span { border-color: rgb(250,41,80); }
td.TdClassName
{
border-color: #FA2950;
}
.TagClassName
{
border-color: #FA2950;
}
</style>