Shades of Radical Red #FE4D61
Tints of Radical Red #FE4D61
RGB
CMYK
RGB Variations
Color information
#FE4D61 (or 0xFE4D61) is known color: Radical Red. HEX triplet: FE, 4D and 61. RGB value is (254,77,97). Sum of RGB (Red+Green+Blue) = 254+77+97=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D61 is #01B29E. Grayscale: #848484. Windows color (decimal): -111263 or 6376958. OLE color: 6376958.
HSL color Cylindrical-coordinate representation of color #FE4D61: hue angle of 353.22º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D61 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 97 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.00 |
| HSL | 353.22º | 0.99% | 0.65% | - |
| HSV(B) | 353.22º | 0.7% | 1% | - |
| XYZ | 45.68 | 27.24 | 14.16 | - |
| YUV | 132.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 97 | 0 | 0.70 | 0.62 | 0.00 | 353.22 | 0.99 | 0.65 |
| Hex | FE | 4D | 61 | 0 | 46 | 3E | 0 | 161 | 63 | 41 |
| Octal | 376 | 115 | 141 | 0 | 106 | 76 | 0 | 541 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1100001 | 0 | 1000110 | 111110 | 0 | 101100001 | 1100011 | 1000001 |
Color Harmonies of #FE4D61
Complementary color
Monochromatic Colors of #FE4D61
Black with #FE4D61
Text Example
Text Example
White with #FE4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D61; }
p { color: rgb(254,77,97); }
H1.HeaderClassName
{
color: #FE4D61;
}
.AnyTagClassName
{
color: #FE4D61;
}
</style>
background-color css
<style>
a { background-color: #FE4D61; }
a { background-color: rgb(254,77,97); }
div.DivClassName
{
background-color: #FE4D61;
}
.BgClassName
{
background-color: #FE4D61;
}
</style>
border-color css
<style>
span { border-color: #FE4D61; }
span { border-color: rgb(254,77,97); }
td.TdClassName
{
border-color: #FE4D61;
}
.TagClassName
{
border-color: #FE4D61;
}
</style>