Shades of Radical Red #FE4F5D
Tints of Radical Red #FE4F5D
RGB
CMYK
RGB Variations
Color information
#FE4F5D (or 0xFE4F5D) is known color: Radical Red. HEX triplet: FE, 4F and 5D. RGB value is (254,79,93). Sum of RGB (Red+Green+Blue) = 254+79+93=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F5D is #01B0A2. Grayscale: #858585. Windows color (decimal): -110755 or 6115326. OLE color: 6115326.
HSL color Cylindrical-coordinate representation of color #FE4F5D: hue angle of 355.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4F5D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 93 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.00 |
| HSL | 355.2º | 0.99% | 0.65% | - |
| HSV(B) | 355.2º | 0.69% | 1% | - |
| XYZ | 45.64 | 27.45 | 13.25 | - |
| YUV | 132.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 93 | 0 | 0.69 | 0.63 | 0.00 | 355.2 | 0.99 | 0.65 |
| Hex | FE | 4F | 5D | 0 | 45 | 3F | 0 | 163 | 63 | 41 |
| Octal | 376 | 117 | 135 | 0 | 105 | 77 | 0 | 543 | 143 | 101 |
| Binary | 11111110 | 1001111 | 1011101 | 0 | 1000101 | 111111 | 0 | 101100011 | 1100011 | 1000001 |
Color Harmonies of #FE4F5D
Complementary color
Monochromatic Colors of #FE4F5D
Black with #FE4F5D
Text Example
Text Example
White with #FE4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F5D; }
p { color: rgb(254,79,93); }
H1.HeaderClassName
{
color: #FE4F5D;
}
.AnyTagClassName
{
color: #FE4F5D;
}
</style>
background-color css
<style>
a { background-color: #FE4F5D; }
a { background-color: rgb(254,79,93); }
div.DivClassName
{
background-color: #FE4F5D;
}
.BgClassName
{
background-color: #FE4F5D;
}
</style>
border-color css
<style>
span { border-color: #FE4F5D; }
span { border-color: rgb(254,79,93); }
td.TdClassName
{
border-color: #FE4F5D;
}
.TagClassName
{
border-color: #FE4F5D;
}
</style>