Shades of Radical Red #FE4061
Tints of Radical Red #FE4061
RGB
CMYK
RGB Variations
Color information
#FE4061 (or 0xFE4061) is known color: Radical Red. HEX triplet: FE, 40 and 61. RGB value is (254,64,97). Sum of RGB (Red+Green+Blue) = 254+64+97=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4061 is #01BF9E. Grayscale: #7C7C7C. Windows color (decimal): -114591 or 6373630. OLE color: 6373630.
HSL color Cylindrical-coordinate representation of color #FE4061: hue angle of 349.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4061 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 97 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.00 |
| HSL | 349.58º | 0.99% | 0.62% | - |
| HSV(B) | 349.58º | 0.75% | 1% | - |
| XYZ | 44.86 | 25.6 | 13.89 | - |
| YUV | 124.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 97 | 0 | 0.75 | 0.62 | 0.00 | 349.58 | 0.99 | 0.62 |
| Hex | FE | 40 | 61 | 0 | 4B | 3E | 0 | 15E | 63 | 3E |
| Octal | 376 | 100 | 141 | 0 | 113 | 76 | 0 | 536 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1100001 | 0 | 1001011 | 111110 | 0 | 101011110 | 1100011 | 111110 |
Color Harmonies of #FE4061
Complementary color
Monochromatic Colors of #FE4061
Black with #FE4061
Text Example
Text Example
White with #FE4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4061; }
p { color: rgb(254,64,97); }
H1.HeaderClassName
{
color: #FE4061;
}
.AnyTagClassName
{
color: #FE4061;
}
</style>
background-color css
<style>
a { background-color: #FE4061; }
a { background-color: rgb(254,64,97); }
div.DivClassName
{
background-color: #FE4061;
}
.BgClassName
{
background-color: #FE4061;
}
</style>
border-color css
<style>
span { border-color: #FE4061; }
span { border-color: rgb(254,64,97); }
td.TdClassName
{
border-color: #FE4061;
}
.TagClassName
{
border-color: #FE4061;
}
</style>