Shades of Radical Red #FE264A
Tints of Radical Red #FE264A
RGB
CMYK
RGB Variations
Color information
#FE264A (or 0xFE264A) is known color: Radical Red. HEX triplet: FE, 26 and 4A. RGB value is (254,38,74). Sum of RGB (Red+Green+Blue) = 254+38+74=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE264A is #01D9B5. Grayscale: #6A6A6A. Windows color (decimal): -121270 or 4859646. OLE color: 4859646.
HSL color Cylindrical-coordinate representation of color #FE264A: hue angle of 350º 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 #FE264A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 74 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.00 |
| HSL | 350º | 0.99% | 0.57% | - |
| HSV(B) | 350º | 0.85% | 1% | - |
| XYZ | 42.8 | 22.95 | 8.65 | - |
| YUV | 106.69 | 109.56 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 74 | 0 | 0.85 | 0.71 | 0.00 | 350 | 0.99 | 0.57 |
| Hex | FE | 26 | 4A | 0 | 55 | 47 | 0 | 15E | 63 | 39 |
| Octal | 376 | 46 | 112 | 0 | 125 | 107 | 0 | 536 | 143 | 71 |
| Binary | 11111110 | 100110 | 1001010 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100011 | 111001 |
Color Harmonies of #FE264A
Complementary color
Monochromatic Colors of #FE264A
Black with #FE264A
Text Example
Text Example
White with #FE264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE264A; }
p { color: rgb(254,38,74); }
H1.HeaderClassName
{
color: #FE264A;
}
.AnyTagClassName
{
color: #FE264A;
}
</style>
background-color css
<style>
a { background-color: #FE264A; }
a { background-color: rgb(254,38,74); }
div.DivClassName
{
background-color: #FE264A;
}
.BgClassName
{
background-color: #FE264A;
}
</style>
border-color css
<style>
span { border-color: #FE264A; }
span { border-color: rgb(254,38,74); }
td.TdClassName
{
border-color: #FE264A;
}
.TagClassName
{
border-color: #FE264A;
}
</style>