Shades of Radical Red #FA4052
Tints of Radical Red #FA4052
RGB
CMYK
RGB Variations
Color information
#FA4052 (or 0xFA4052) is known color: Radical Red. HEX triplet: FA, 40 and 52. RGB value is (250,64,82). Sum of RGB (Red+Green+Blue) = 250+64+82=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4052 is #05BFAD. Grayscale: #797979. Windows color (decimal): -376750 or 5390586. OLE color: 5390586.
HSL color Cylindrical-coordinate representation of color #FA4052: hue angle of 354.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4052 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 82 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.02 |
| HSL | 354.19º | 0.95% | 0.62% | - |
| HSV(B) | 354.19º | 0.74% | 0.98% | - |
| XYZ | 42.78 | 24.6 | 10.48 | - |
| YUV | 121.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 82 | 0 | 0.74 | 0.67 | 0.02 | 354.19 | 0.95 | 0.62 |
| Hex | FA | 40 | 52 | 0 | 4A | 43 | 2 | 162 | 5F | 3E |
| Octal | 372 | 100 | 122 | 0 | 112 | 103 | 2 | 542 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1010010 | 0 | 1001010 | 1000011 | 10 | 101100010 | 1011111 | 111110 |
Color Harmonies of #FA4052
Complementary color
Monochromatic Colors of #FA4052
Black with #FA4052
Text Example
Text Example
White with #FA4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4052; }
p { color: rgb(250,64,82); }
H1.HeaderClassName
{
color: #FA4052;
}
.AnyTagClassName
{
color: #FA4052;
}
</style>
background-color css
<style>
a { background-color: #FA4052; }
a { background-color: rgb(250,64,82); }
div.DivClassName
{
background-color: #FA4052;
}
.BgClassName
{
background-color: #FA4052;
}
</style>
border-color css
<style>
span { border-color: #FA4052; }
span { border-color: rgb(250,64,82); }
td.TdClassName
{
border-color: #FA4052;
}
.TagClassName
{
border-color: #FA4052;
}
</style>