Shades of Radical Red #FE256A
Tints of Radical Red #FE256A
RGB
CMYK
RGB Variations
Color information
#FE256A (or 0xFE256A) is known color: Radical Red. HEX triplet: FE, 25 and 6A. RGB value is (254,37,106). Sum of RGB (Red+Green+Blue) = 254+37+106=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE256A is #01DA95. Grayscale: #6D6D6D. Windows color (decimal): -121494 or 6956542. OLE color: 6956542.
HSL color Cylindrical-coordinate representation of color #FE256A: hue angle of 340.92º 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 #FE256A is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 106 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.00 |
| HSL | 340.92º | 0.99% | 0.57% | - |
| HSV(B) | 340.92º | 0.85% | 1% | - |
| XYZ | 44.14 | 23.43 | 15.83 | - |
| YUV | 109.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 106 | 0 | 0.85 | 0.58 | 0.00 | 340.92 | 0.99 | 0.57 |
| Hex | FE | 25 | 6A | 0 | 55 | 3A | 0 | 155 | 63 | 39 |
| Octal | 376 | 45 | 152 | 0 | 125 | 72 | 0 | 525 | 143 | 71 |
| Binary | 11111110 | 100101 | 1101010 | 0 | 1010101 | 111010 | 0 | 101010101 | 1100011 | 111001 |
Color Harmonies of #FE256A
Complementary color
Monochromatic Colors of #FE256A
Black with #FE256A
Text Example
Text Example
White with #FE256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE256A; }
p { color: rgb(254,37,106); }
H1.HeaderClassName
{
color: #FE256A;
}
.AnyTagClassName
{
color: #FE256A;
}
</style>
background-color css
<style>
a { background-color: #FE256A; }
a { background-color: rgb(254,37,106); }
div.DivClassName
{
background-color: #FE256A;
}
.BgClassName
{
background-color: #FE256A;
}
</style>
border-color css
<style>
span { border-color: #FE256A; }
span { border-color: rgb(254,37,106); }
td.TdClassName
{
border-color: #FE256A;
}
.TagClassName
{
border-color: #FE256A;
}
</style>