Shades of Radical Red #FA2D51
Tints of Radical Red #FA2D51
RGB
CMYK
RGB Variations
Color information
#FA2D51 (or 0xFA2D51) is known color: Radical Red. HEX triplet: FA, 2D and 51. RGB value is (250,45,81). Sum of RGB (Red+Green+Blue) = 250+45+81=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D51 is #05D2AE. Grayscale: #6E6E6E. Windows color (decimal): -381615 or 5320186. OLE color: 5320186.
HSL color Cylindrical-coordinate representation of color #FA2D51: hue angle of 349.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D51 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 81 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.02 |
| HSL | 349.46º | 0.95% | 0.58% | - |
| HSV(B) | 349.46º | 0.82% | 0.98% | - |
| XYZ | 41.85 | 22.79 | 9.98 | - |
| YUV | 110.4 | 111.42 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 81 | 0 | 0.82 | 0.68 | 0.02 | 349.46 | 0.95 | 0.58 |
| Hex | FA | 2D | 51 | 0 | 52 | 44 | 2 | 15D | 5F | 3A |
| Octal | 372 | 55 | 121 | 0 | 122 | 104 | 2 | 535 | 137 | 72 |
| Binary | 11111010 | 101101 | 1010001 | 0 | 1010010 | 1000100 | 10 | 101011101 | 1011111 | 111010 |
Color Harmonies of #FA2D51
Complementary color
Monochromatic Colors of #FA2D51
Black with #FA2D51
Text Example
Text Example
White with #FA2D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D51; }
p { color: rgb(250,45,81); }
H1.HeaderClassName
{
color: #FA2D51;
}
.AnyTagClassName
{
color: #FA2D51;
}
</style>
background-color css
<style>
a { background-color: #FA2D51; }
a { background-color: rgb(250,45,81); }
div.DivClassName
{
background-color: #FA2D51;
}
.BgClassName
{
background-color: #FA2D51;
}
</style>
border-color css
<style>
span { border-color: #FA2D51; }
span { border-color: rgb(250,45,81); }
td.TdClassName
{
border-color: #FA2D51;
}
.TagClassName
{
border-color: #FA2D51;
}
</style>