Shades of Radical Red #FE265D
Tints of Radical Red #FE265D
RGB
CMYK
RGB Variations
Color information
#FE265D (or 0xFE265D) is known color: Radical Red. HEX triplet: FE, 26 and 5D. RGB value is (254,38,93). Sum of RGB (Red+Green+Blue) = 254+38+93=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE265D is #01D9A2. Grayscale: #6C6C6C. Windows color (decimal): -121251 or 6104830. OLE color: 6104830.
HSL color Cylindrical-coordinate representation of color #FE265D: hue angle of 344.72º 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 #FE265D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 93 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.00 |
| HSL | 344.72º | 0.99% | 0.57% | - |
| HSV(B) | 344.72º | 0.85% | 1% | - |
| XYZ | 43.54 | 23.25 | 12.55 | - |
| YUV | 108.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 93 | 0 | 0.85 | 0.63 | 0.00 | 344.72 | 0.99 | 0.57 |
| Hex | FE | 26 | 5D | 0 | 55 | 3F | 0 | 159 | 63 | 39 |
| Octal | 376 | 46 | 135 | 0 | 125 | 77 | 0 | 531 | 143 | 71 |
| Binary | 11111110 | 100110 | 1011101 | 0 | 1010101 | 111111 | 0 | 101011001 | 1100011 | 111001 |
Color Harmonies of #FE265D
Complementary color
Monochromatic Colors of #FE265D
Black with #FE265D
Text Example
Text Example
White with #FE265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE265D; }
p { color: rgb(254,38,93); }
H1.HeaderClassName
{
color: #FE265D;
}
.AnyTagClassName
{
color: #FE265D;
}
</style>
background-color css
<style>
a { background-color: #FE265D; }
a { background-color: rgb(254,38,93); }
div.DivClassName
{
background-color: #FE265D;
}
.BgClassName
{
background-color: #FE265D;
}
</style>
border-color css
<style>
span { border-color: #FE265D; }
span { border-color: rgb(254,38,93); }
td.TdClassName
{
border-color: #FE265D;
}
.TagClassName
{
border-color: #FE265D;
}
</style>