Shades of Radical Red #FA2A51
Tints of Radical Red #FA2A51
RGB
CMYK
RGB Variations
Color information
#FA2A51 (or 0xFA2A51) is known color: Radical Red. HEX triplet: FA, 2A and 51. RGB value is (250,42,81). Sum of RGB (Red+Green+Blue) = 250+42+81=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2A51 is #05D5AE. Grayscale: #6C6C6C. Windows color (decimal): -382383 or 5319418. OLE color: 5319418.
HSL color Cylindrical-coordinate representation of color #FA2A51: hue angle of 348.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2A51 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 81 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.02 |
| HSL | 348.75º | 0.95% | 0.57% | - |
| HSV(B) | 348.75º | 0.83% | 0.98% | - |
| XYZ | 41.74 | 22.57 | 9.94 | - |
| YUV | 108.64 | 112.41 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 81 | 0 | 0.83 | 0.68 | 0.02 | 348.75 | 0.95 | 0.57 |
| Hex | FA | 2A | 51 | 0 | 53 | 44 | 2 | 15D | 5F | 39 |
| Octal | 372 | 52 | 121 | 0 | 123 | 104 | 2 | 535 | 137 | 71 |
| Binary | 11111010 | 101010 | 1010001 | 0 | 1010011 | 1000100 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #FA2A51
Complementary color
Monochromatic Colors of #FA2A51
Black with #FA2A51
Text Example
Text Example
White with #FA2A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2A51; }
p { color: rgb(250,42,81); }
H1.HeaderClassName
{
color: #FA2A51;
}
.AnyTagClassName
{
color: #FA2A51;
}
</style>
background-color css
<style>
a { background-color: #FA2A51; }
a { background-color: rgb(250,42,81); }
div.DivClassName
{
background-color: #FA2A51;
}
.BgClassName
{
background-color: #FA2A51;
}
</style>
border-color css
<style>
span { border-color: #FA2A51; }
span { border-color: rgb(250,42,81); }
td.TdClassName
{
border-color: #FA2A51;
}
.TagClassName
{
border-color: #FA2A51;
}
</style>