Shades of Radical Red #FA2574
Tints of Radical Red #FA2574
RGB
CMYK
RGB Variations
Color information
#FA2574 (or 0xFA2574) is known color: Radical Red. HEX triplet: FA, 25 and 74. RGB value is (250,37,116). Sum of RGB (Red+Green+Blue) = 250+37+116=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2574 is #05DA8B. Grayscale: #6D6D6D. Windows color (decimal): -383628 or 7611898. OLE color: 7611898.
HSL color Cylindrical-coordinate representation of color #FA2574: hue angle of 337.75º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2574 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 116 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.02 |
| HSL | 337.75º | 0.96% | 0.56% | - |
| HSV(B) | 337.75º | 0.85% | 0.98% | - |
| XYZ | 43.24 | 22.91 | 18.67 | - |
| YUV | 109.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 116 | 0 | 0.85 | 0.54 | 0.02 | 337.75 | 0.96 | 0.56 |
| Hex | FA | 25 | 74 | 0 | 55 | 36 | 2 | 152 | 60 | 38 |
| Octal | 372 | 45 | 164 | 0 | 125 | 66 | 2 | 522 | 140 | 70 |
| Binary | 11111010 | 100101 | 1110100 | 0 | 1010101 | 110110 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FA2574
Complementary color
Monochromatic Colors of #FA2574
Black with #FA2574
Text Example
Text Example
White with #FA2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2574; }
p { color: rgb(250,37,116); }
H1.HeaderClassName
{
color: #FA2574;
}
.AnyTagClassName
{
color: #FA2574;
}
</style>
background-color css
<style>
a { background-color: #FA2574; }
a { background-color: rgb(250,37,116); }
div.DivClassName
{
background-color: #FA2574;
}
.BgClassName
{
background-color: #FA2574;
}
</style>
border-color css
<style>
span { border-color: #FA2574; }
span { border-color: rgb(250,37,116); }
td.TdClassName
{
border-color: #FA2574;
}
.TagClassName
{
border-color: #FA2574;
}
</style>