Shades of Radical Red #FE256C
Tints of Radical Red #FE256C
RGB
CMYK
RGB Variations
Color information
#FE256C (or 0xFE256C) is known color: Radical Red. HEX triplet: FE, 25 and 6C. RGB value is (254,37,108). Sum of RGB (Red+Green+Blue) = 254+37+108=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE256C is #01DA93. Grayscale: #6D6D6D. Windows color (decimal): -121492 or 7087614. OLE color: 7087614.
HSL color Cylindrical-coordinate representation of color #FE256C: hue angle of 340.37º 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 #FE256C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.00 |
| HSL | 340.37º | 0.99% | 0.57% | - |
| HSV(B) | 340.37º | 0.85% | 1% | - |
| XYZ | 44.24 | 23.48 | 16.39 | - |
| YUV | 109.98 | 126.89 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 108 | 0 | 0.85 | 0.57 | 0.00 | 340.37 | 0.99 | 0.57 |
| Hex | FE | 25 | 6C | 0 | 55 | 39 | 0 | 154 | 63 | 39 |
| Octal | 376 | 45 | 154 | 0 | 125 | 71 | 0 | 524 | 143 | 71 |
| Binary | 11111110 | 100101 | 1101100 | 0 | 1010101 | 111001 | 0 | 101010100 | 1100011 | 111001 |
Color Harmonies of #FE256C
Complementary color
Monochromatic Colors of #FE256C
Black with #FE256C
Text Example
Text Example
White with #FE256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE256C; }
p { color: rgb(254,37,108); }
H1.HeaderClassName
{
color: #FE256C;
}
.AnyTagClassName
{
color: #FE256C;
}
</style>
background-color css
<style>
a { background-color: #FE256C; }
a { background-color: rgb(254,37,108); }
div.DivClassName
{
background-color: #FE256C;
}
.BgClassName
{
background-color: #FE256C;
}
</style>
border-color css
<style>
span { border-color: #FE256C; }
span { border-color: rgb(254,37,108); }
td.TdClassName
{
border-color: #FE256C;
}
.TagClassName
{
border-color: #FE256C;
}
</style>