Shades of Radical Red #FE4D62
Tints of Radical Red #FE4D62
RGB
CMYK
RGB Variations
Color information
#FE4D62 (or 0xFE4D62) is known color: Radical Red. HEX triplet: FE, 4D and 62. RGB value is (254,77,98). Sum of RGB (Red+Green+Blue) = 254+77+98=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D62 is #01B29D. Grayscale: #848484. Windows color (decimal): -111262 or 6442494. OLE color: 6442494.
HSL color Cylindrical-coordinate representation of color #FE4D62: hue angle of 352.88º 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 #FE4D62 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 98 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.00 |
| HSL | 352.88º | 0.99% | 0.65% | - |
| HSV(B) | 352.88º | 0.7% | 1% | - |
| XYZ | 45.73 | 27.26 | 14.41 | - |
| YUV | 132.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 98 | 0 | 0.70 | 0.61 | 0.00 | 352.88 | 0.99 | 0.65 |
| Hex | FE | 4D | 62 | 0 | 46 | 3D | 0 | 161 | 63 | 41 |
| Octal | 376 | 115 | 142 | 0 | 106 | 75 | 0 | 541 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1100010 | 0 | 1000110 | 111101 | 0 | 101100001 | 1100011 | 1000001 |
Color Harmonies of #FE4D62
Complementary color
Monochromatic Colors of #FE4D62
Black with #FE4D62
Text Example
Text Example
White with #FE4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D62; }
p { color: rgb(254,77,98); }
H1.HeaderClassName
{
color: #FE4D62;
}
.AnyTagClassName
{
color: #FE4D62;
}
</style>
background-color css
<style>
a { background-color: #FE4D62; }
a { background-color: rgb(254,77,98); }
div.DivClassName
{
background-color: #FE4D62;
}
.BgClassName
{
background-color: #FE4D62;
}
</style>
border-color css
<style>
span { border-color: #FE4D62; }
span { border-color: rgb(254,77,98); }
td.TdClassName
{
border-color: #FE4D62;
}
.TagClassName
{
border-color: #FE4D62;
}
</style>