Shades of Radical Red #FE4053
Tints of Radical Red #FE4053
RGB
CMYK
RGB Variations
Color information
#FE4053 (or 0xFE4053) is known color: Radical Red. HEX triplet: FE, 40 and 53. RGB value is (254,64,83). Sum of RGB (Red+Green+Blue) = 254+64+83=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4053 is #01BFAC. Grayscale: #7B7B7B. Windows color (decimal): -114605 or 5456126. OLE color: 5456126.
HSL color Cylindrical-coordinate representation of color #FE4053: hue angle of 354º 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 #FE4053 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 83 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.00 |
| HSL | 354º | 0.99% | 0.62% | - |
| HSV(B) | 354º | 0.75% | 1% | - |
| XYZ | 44.27 | 25.36 | 10.75 | - |
| YUV | 122.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 83 | 0 | 0.75 | 0.67 | 0.00 | 354 | 0.99 | 0.62 |
| Hex | FE | 40 | 53 | 0 | 4B | 43 | 0 | 162 | 63 | 3E |
| Octal | 376 | 100 | 123 | 0 | 113 | 103 | 0 | 542 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1010011 | 0 | 1001011 | 1000011 | 0 | 101100010 | 1100011 | 111110 |
Color Harmonies of #FE4053
Complementary color
Monochromatic Colors of #FE4053
Black with #FE4053
Text Example
Text Example
White with #FE4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4053; }
p { color: rgb(254,64,83); }
H1.HeaderClassName
{
color: #FE4053;
}
.AnyTagClassName
{
color: #FE4053;
}
</style>
background-color css
<style>
a { background-color: #FE4053; }
a { background-color: rgb(254,64,83); }
div.DivClassName
{
background-color: #FE4053;
}
.BgClassName
{
background-color: #FE4053;
}
</style>
border-color css
<style>
span { border-color: #FE4053; }
span { border-color: rgb(254,64,83); }
td.TdClassName
{
border-color: #FE4053;
}
.TagClassName
{
border-color: #FE4053;
}
</style>