Shades of Radical Red #FA2557
Tints of Radical Red #FA2557
RGB
CMYK
RGB Variations
Color information
#FA2557 (or 0xFA2557) is known color: Radical Red. HEX triplet: FA, 25 and 57. RGB value is (250,37,87). Sum of RGB (Red+Green+Blue) = 250+37+87=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2557 is #05DAA8. Grayscale: #6A6A6A. Windows color (decimal): -383657 or 5711354. OLE color: 5711354.
HSL color Cylindrical-coordinate representation of color #FA2557: hue angle of 345.92º 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 #FA2557 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 87 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.02 |
| HSL | 345.92º | 0.96% | 0.56% | - |
| HSV(B) | 345.92º | 0.85% | 0.98% | - |
| XYZ | 41.81 | 22.34 | 11.12 | - |
| YUV | 106.39 | 117.07 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 87 | 0 | 0.85 | 0.65 | 0.02 | 345.92 | 0.96 | 0.56 |
| Hex | FA | 25 | 57 | 0 | 55 | 41 | 2 | 15A | 60 | 38 |
| Octal | 372 | 45 | 127 | 0 | 125 | 101 | 2 | 532 | 140 | 70 |
| Binary | 11111010 | 100101 | 1010111 | 0 | 1010101 | 1000001 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FA2557
Complementary color
Monochromatic Colors of #FA2557
Black with #FA2557
Text Example
Text Example
White with #FA2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2557; }
p { color: rgb(250,37,87); }
H1.HeaderClassName
{
color: #FA2557;
}
.AnyTagClassName
{
color: #FA2557;
}
</style>
background-color css
<style>
a { background-color: #FA2557; }
a { background-color: rgb(250,37,87); }
div.DivClassName
{
background-color: #FA2557;
}
.BgClassName
{
background-color: #FA2557;
}
</style>
border-color css
<style>
span { border-color: #FA2557; }
span { border-color: rgb(250,37,87); }
td.TdClassName
{
border-color: #FA2557;
}
.TagClassName
{
border-color: #FA2557;
}
</style>