Shades of Radical Red #FA2472
Tints of Radical Red #FA2472
RGB
CMYK
RGB Variations
Color information
#FA2472 (or 0xFA2472) is known color: Radical Red. HEX triplet: FA, 24 and 72. RGB value is (250,36,114). Sum of RGB (Red+Green+Blue) = 250+36+114=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2472 is #05DB8D. Grayscale: #6C6C6C. Windows color (decimal): -383886 or 7480570. OLE color: 7480570.
HSL color Cylindrical-coordinate representation of color #FA2472: hue angle of 338.13º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2472 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.02 |
| HSL | 338.13º | 0.96% | 0.56% | - |
| HSV(B) | 338.13º | 0.86% | 0.98% | - |
| XYZ | 43.09 | 22.8 | 18.05 | - |
| YUV | 108.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 114 | 0 | 0.86 | 0.54 | 0.02 | 338.13 | 0.96 | 0.56 |
| Hex | FA | 24 | 72 | 0 | 56 | 36 | 2 | 152 | 60 | 38 |
| Octal | 372 | 44 | 162 | 0 | 126 | 66 | 2 | 522 | 140 | 70 |
| Binary | 11111010 | 100100 | 1110010 | 0 | 1010110 | 110110 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FA2472
Complementary color
Monochromatic Colors of #FA2472
Black with #FA2472
Text Example
Text Example
White with #FA2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2472; }
p { color: rgb(250,36,114); }
H1.HeaderClassName
{
color: #FA2472;
}
.AnyTagClassName
{
color: #FA2472;
}
</style>
background-color css
<style>
a { background-color: #FA2472; }
a { background-color: rgb(250,36,114); }
div.DivClassName
{
background-color: #FA2472;
}
.BgClassName
{
background-color: #FA2472;
}
</style>
border-color css
<style>
span { border-color: #FA2472; }
span { border-color: rgb(250,36,114); }
td.TdClassName
{
border-color: #FA2472;
}
.TagClassName
{
border-color: #FA2472;
}
</style>