Shades of Radical Red #FE4B5C
Tints of Radical Red #FE4B5C
RGB
CMYK
RGB Variations
Color information
#FE4B5C (or 0xFE4B5C) is known color: Radical Red. HEX triplet: FE, 4B and 5C. RGB value is (254,75,92). Sum of RGB (Red+Green+Blue) = 254+75+92=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B5C is #01B4A3. Grayscale: #828282. Windows color (decimal): -111780 or 6048766. OLE color: 6048766.
HSL color Cylindrical-coordinate representation of color #FE4B5C: hue angle of 354.3º 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 #FE4B5C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 92 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.00 |
| HSL | 354.3º | 0.99% | 0.65% | - |
| HSV(B) | 354.3º | 0.7% | 1% | - |
| XYZ | 45.32 | 26.88 | 12.92 | - |
| YUV | 130.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 92 | 0 | 0.70 | 0.64 | 0.00 | 354.3 | 0.99 | 0.65 |
| Hex | FE | 4B | 5C | 0 | 46 | 40 | 0 | 162 | 63 | 41 |
| Octal | 376 | 113 | 134 | 0 | 106 | 100 | 0 | 542 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1011100 | 0 | 1000110 | 1000000 | 0 | 101100010 | 1100011 | 1000001 |
Color Harmonies of #FE4B5C
Complementary color
Monochromatic Colors of #FE4B5C
Black with #FE4B5C
Text Example
Text Example
White with #FE4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B5C; }
p { color: rgb(254,75,92); }
H1.HeaderClassName
{
color: #FE4B5C;
}
.AnyTagClassName
{
color: #FE4B5C;
}
</style>
background-color css
<style>
a { background-color: #FE4B5C; }
a { background-color: rgb(254,75,92); }
div.DivClassName
{
background-color: #FE4B5C;
}
.BgClassName
{
background-color: #FE4B5C;
}
</style>
border-color css
<style>
span { border-color: #FE4B5C; }
span { border-color: rgb(254,75,92); }
td.TdClassName
{
border-color: #FE4B5C;
}
.TagClassName
{
border-color: #FE4B5C;
}
</style>