Shades of Radical Red #FA2C5A
Tints of Radical Red #FA2C5A
RGB
CMYK
RGB Variations
Color information
#FA2C5A (or 0xFA2C5A) is known color: Radical Red. HEX triplet: FA, 2C and 5A. RGB value is (250,44,90). Sum of RGB (Red+Green+Blue) = 250+44+90=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C5A is #05D3A5. Grayscale: #6E6E6E. Windows color (decimal): -381862 or 5909754. OLE color: 5909754.
HSL color Cylindrical-coordinate representation of color #FA2C5A: hue angle of 346.6º 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 #FA2C5A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 90 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.02 |
| HSL | 346.6º | 0.95% | 0.58% | - |
| HSV(B) | 346.6º | 0.82% | 0.98% | - |
| XYZ | 42.17 | 22.86 | 11.86 | - |
| YUV | 110.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 90 | 0 | 0.82 | 0.64 | 0.02 | 346.6 | 0.95 | 0.58 |
| Hex | FA | 2C | 5A | 0 | 52 | 40 | 2 | 15B | 5F | 3A |
| Octal | 372 | 54 | 132 | 0 | 122 | 100 | 2 | 533 | 137 | 72 |
| Binary | 11111010 | 101100 | 1011010 | 0 | 1010010 | 1000000 | 10 | 101011011 | 1011111 | 111010 |
Color Harmonies of #FA2C5A
Complementary color
Monochromatic Colors of #FA2C5A
Black with #FA2C5A
Text Example
Text Example
White with #FA2C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C5A; }
p { color: rgb(250,44,90); }
H1.HeaderClassName
{
color: #FA2C5A;
}
.AnyTagClassName
{
color: #FA2C5A;
}
</style>
background-color css
<style>
a { background-color: #FA2C5A; }
a { background-color: rgb(250,44,90); }
div.DivClassName
{
background-color: #FA2C5A;
}
.BgClassName
{
background-color: #FA2C5A;
}
</style>
border-color css
<style>
span { border-color: #FA2C5A; }
span { border-color: rgb(250,44,90); }
td.TdClassName
{
border-color: #FA2C5A;
}
.TagClassName
{
border-color: #FA2C5A;
}
</style>