Shades of Radical Red #FE265A
Tints of Radical Red #FE265A
RGB
CMYK
RGB Variations
Color information
#FE265A (or 0xFE265A) is known color: Radical Red. HEX triplet: FE, 26 and 5A. RGB value is (254,38,90). Sum of RGB (Red+Green+Blue) = 254+38+90=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE265A is #01D9A5. Grayscale: #6C6C6C. Windows color (decimal): -121254 or 5908222. OLE color: 5908222.
HSL color Cylindrical-coordinate representation of color #FE265A: hue angle of 345.56º 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 #FE265A is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 90 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.00 |
| HSL | 345.56º | 0.99% | 0.57% | - |
| HSV(B) | 345.56º | 0.85% | 1% | - |
| XYZ | 43.41 | 23.2 | 11.86 | - |
| YUV | 108.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 90 | 0 | 0.85 | 0.65 | 0.00 | 345.56 | 0.99 | 0.57 |
| Hex | FE | 26 | 5A | 0 | 55 | 41 | 0 | 15A | 63 | 39 |
| Octal | 376 | 46 | 132 | 0 | 125 | 101 | 0 | 532 | 143 | 71 |
| Binary | 11111110 | 100110 | 1011010 | 0 | 1010101 | 1000001 | 0 | 101011010 | 1100011 | 111001 |
Color Harmonies of #FE265A
Complementary color
Monochromatic Colors of #FE265A
Black with #FE265A
Text Example
Text Example
White with #FE265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE265A; }
p { color: rgb(254,38,90); }
H1.HeaderClassName
{
color: #FE265A;
}
.AnyTagClassName
{
color: #FE265A;
}
</style>
background-color css
<style>
a { background-color: #FE265A; }
a { background-color: rgb(254,38,90); }
div.DivClassName
{
background-color: #FE265A;
}
.BgClassName
{
background-color: #FE265A;
}
</style>
border-color css
<style>
span { border-color: #FE265A; }
span { border-color: rgb(254,38,90); }
td.TdClassName
{
border-color: #FE265A;
}
.TagClassName
{
border-color: #FE265A;
}
</style>