Shades of Radical Red #FE2550
Tints of Radical Red #FE2550
RGB
CMYK
RGB Variations
Color information
#FE2550 (or 0xFE2550) is known color: Radical Red. HEX triplet: FE, 25 and 50. RGB value is (254,37,80). Sum of RGB (Red+Green+Blue) = 254+37+80=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2550 is #01DAAF. Grayscale: #6A6A6A. Windows color (decimal): -121520 or 5252606. OLE color: 5252606.
HSL color Cylindrical-coordinate representation of color #FE2550: hue angle of 348.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2550 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 80 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.00 |
| HSL | 348.11º | 0.99% | 0.57% | - |
| HSV(B) | 348.11º | 0.85% | 1% | - |
| XYZ | 42.98 | 22.97 | 9.76 | - |
| YUV | 106.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 80 | 0 | 0.85 | 0.69 | 0.00 | 348.11 | 0.99 | 0.57 |
| Hex | FE | 25 | 50 | 0 | 55 | 45 | 0 | 15C | 63 | 39 |
| Octal | 376 | 45 | 120 | 0 | 125 | 105 | 0 | 534 | 143 | 71 |
| Binary | 11111110 | 100101 | 1010000 | 0 | 1010101 | 1000101 | 0 | 101011100 | 1100011 | 111001 |
Color Harmonies of #FE2550
Complementary color
Monochromatic Colors of #FE2550
Black with #FE2550
Text Example
Text Example
White with #FE2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2550; }
p { color: rgb(254,37,80); }
H1.HeaderClassName
{
color: #FE2550;
}
.AnyTagClassName
{
color: #FE2550;
}
</style>
background-color css
<style>
a { background-color: #FE2550; }
a { background-color: rgb(254,37,80); }
div.DivClassName
{
background-color: #FE2550;
}
.BgClassName
{
background-color: #FE2550;
}
</style>
border-color css
<style>
span { border-color: #FE2550; }
span { border-color: rgb(254,37,80); }
td.TdClassName
{
border-color: #FE2550;
}
.TagClassName
{
border-color: #FE2550;
}
</style>