Shades of Radical Red #FE4261
Tints of Radical Red #FE4261
RGB
CMYK
RGB Variations
Color information
#FE4261 (or 0xFE4261) is known color: Radical Red. HEX triplet: FE, 42 and 61. RGB value is (254,66,97). Sum of RGB (Red+Green+Blue) = 254+66+97=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4261 is #01BD9E. Grayscale: #7D7D7D. Windows color (decimal): -114079 or 6374142. OLE color: 6374142.
HSL color Cylindrical-coordinate representation of color #FE4261: hue angle of 350.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4261 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 97 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.00 |
| HSL | 350.11º | 0.99% | 0.63% | - |
| HSV(B) | 350.11º | 0.74% | 1% | - |
| XYZ | 44.98 | 25.83 | 13.92 | - |
| YUV | 125.75 | 111.78 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 97 | 0 | 0.74 | 0.62 | 0.00 | 350.11 | 0.99 | 0.63 |
| Hex | FE | 42 | 61 | 0 | 4A | 3E | 0 | 15E | 63 | 3F |
| Octal | 376 | 102 | 141 | 0 | 112 | 76 | 0 | 536 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1100001 | 0 | 1001010 | 111110 | 0 | 101011110 | 1100011 | 111111 |
Color Harmonies of #FE4261
Complementary color
Monochromatic Colors of #FE4261
Black with #FE4261
Text Example
Text Example
White with #FE4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4261; }
p { color: rgb(254,66,97); }
H1.HeaderClassName
{
color: #FE4261;
}
.AnyTagClassName
{
color: #FE4261;
}
</style>
background-color css
<style>
a { background-color: #FE4261; }
a { background-color: rgb(254,66,97); }
div.DivClassName
{
background-color: #FE4261;
}
.BgClassName
{
background-color: #FE4261;
}
</style>
border-color css
<style>
span { border-color: #FE4261; }
span { border-color: rgb(254,66,97); }
td.TdClassName
{
border-color: #FE4261;
}
.TagClassName
{
border-color: #FE4261;
}
</style>