Shades of Radical Red #FA2952
Tints of Radical Red #FA2952
RGB
CMYK
RGB Variations
Color information
#FA2952 (or 0xFA2952) is known color: Radical Red. HEX triplet: FA, 29 and 52. RGB value is (250,41,82). Sum of RGB (Red+Green+Blue) = 250+41+82=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2952 is #05D6AD. Grayscale: #6C6C6C. Windows color (decimal): -382638 or 5384698. OLE color: 5384698.
HSL color Cylindrical-coordinate representation of color #FA2952: hue angle of 348.23º 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 #FA2952 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 82 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.02 |
| HSL | 348.23º | 0.95% | 0.57% | - |
| HSV(B) | 348.23º | 0.84% | 0.98% | - |
| XYZ | 41.74 | 22.52 | 10.13 | - |
| YUV | 108.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 82 | 0 | 0.84 | 0.67 | 0.02 | 348.23 | 0.95 | 0.57 |
| Hex | FA | 29 | 52 | 0 | 54 | 43 | 2 | 15C | 5F | 39 |
| Octal | 372 | 51 | 122 | 0 | 124 | 103 | 2 | 534 | 137 | 71 |
| Binary | 11111010 | 101001 | 1010010 | 0 | 1010100 | 1000011 | 10 | 101011100 | 1011111 | 111001 |
Color Harmonies of #FA2952
Complementary color
Monochromatic Colors of #FA2952
Black with #FA2952
Text Example
Text Example
White with #FA2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2952; }
p { color: rgb(250,41,82); }
H1.HeaderClassName
{
color: #FA2952;
}
.AnyTagClassName
{
color: #FA2952;
}
</style>
background-color css
<style>
a { background-color: #FA2952; }
a { background-color: rgb(250,41,82); }
div.DivClassName
{
background-color: #FA2952;
}
.BgClassName
{
background-color: #FA2952;
}
</style>
border-color css
<style>
span { border-color: #FA2952; }
span { border-color: rgb(250,41,82); }
td.TdClassName
{
border-color: #FA2952;
}
.TagClassName
{
border-color: #FA2952;
}
</style>