Shades of Radical Red #FA2951
Tints of Radical Red #FA2951
RGB
CMYK
RGB Variations
Color information
#FA2951 (or 0xFA2951) is known color: Radical Red. HEX triplet: FA, 29 and 51. RGB value is (250,41,81). Sum of RGB (Red+Green+Blue) = 250+41+81=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2951 is #05D6AE. Grayscale: #6C6C6C. Windows color (decimal): -382639 or 5319162. OLE color: 5319162.
HSL color Cylindrical-coordinate representation of color #FA2951: hue angle of 348.52º 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 #FA2951 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 81 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.02 |
| HSL | 348.52º | 0.95% | 0.57% | - |
| HSV(B) | 348.52º | 0.84% | 0.98% | - |
| XYZ | 41.7 | 22.5 | 9.93 | - |
| YUV | 108.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 81 | 0 | 0.84 | 0.68 | 0.02 | 348.52 | 0.95 | 0.57 |
| Hex | FA | 29 | 51 | 0 | 54 | 44 | 2 | 15D | 5F | 39 |
| Octal | 372 | 51 | 121 | 0 | 124 | 104 | 2 | 535 | 137 | 71 |
| Binary | 11111010 | 101001 | 1010001 | 0 | 1010100 | 1000100 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #FA2951
Complementary color
Monochromatic Colors of #FA2951
Black with #FA2951
Text Example
Text Example
White with #FA2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2951; }
p { color: rgb(250,41,81); }
H1.HeaderClassName
{
color: #FA2951;
}
.AnyTagClassName
{
color: #FA2951;
}
</style>
background-color css
<style>
a { background-color: #FA2951; }
a { background-color: rgb(250,41,81); }
div.DivClassName
{
background-color: #FA2951;
}
.BgClassName
{
background-color: #FA2951;
}
</style>
border-color css
<style>
span { border-color: #FA2951; }
span { border-color: rgb(250,41,81); }
td.TdClassName
{
border-color: #FA2951;
}
.TagClassName
{
border-color: #FA2951;
}
</style>