Shades of Radical Red #FA2C58
Tints of Radical Red #FA2C58
RGB
CMYK
RGB Variations
Color information
#FA2C58 (or 0xFA2C58) is known color: Radical Red. HEX triplet: FA, 2C and 58. RGB value is (250,44,88). Sum of RGB (Red+Green+Blue) = 250+44+88=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C58 is #05D3A7. Grayscale: #6E6E6E. Windows color (decimal): -381864 or 5778682. OLE color: 5778682.
HSL color Cylindrical-coordinate representation of color #FA2C58: hue angle of 347.18º 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 #FA2C58 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 88 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.02 |
| HSL | 347.18º | 0.95% | 0.58% | - |
| HSV(B) | 347.18º | 0.82% | 0.98% | - |
| XYZ | 42.09 | 22.83 | 11.42 | - |
| YUV | 110.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 88 | 0 | 0.82 | 0.65 | 0.02 | 347.18 | 0.95 | 0.58 |
| Hex | FA | 2C | 58 | 0 | 52 | 41 | 2 | 15B | 5F | 3A |
| Octal | 372 | 54 | 130 | 0 | 122 | 101 | 2 | 533 | 137 | 72 |
| Binary | 11111010 | 101100 | 1011000 | 0 | 1010010 | 1000001 | 10 | 101011011 | 1011111 | 111010 |
Color Harmonies of #FA2C58
Complementary color
Monochromatic Colors of #FA2C58
Black with #FA2C58
Text Example
Text Example
White with #FA2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C58; }
p { color: rgb(250,44,88); }
H1.HeaderClassName
{
color: #FA2C58;
}
.AnyTagClassName
{
color: #FA2C58;
}
</style>
background-color css
<style>
a { background-color: #FA2C58; }
a { background-color: rgb(250,44,88); }
div.DivClassName
{
background-color: #FA2C58;
}
.BgClassName
{
background-color: #FA2C58;
}
</style>
border-color css
<style>
span { border-color: #FA2C58; }
span { border-color: rgb(250,44,88); }
td.TdClassName
{
border-color: #FA2C58;
}
.TagClassName
{
border-color: #FA2C58;
}
</style>