Shades of Radical Red #FE4073
Tints of Radical Red #FE4073
RGB
CMYK
RGB Variations
Color information
#FE4073 (or 0xFE4073) is known color: Radical Red. HEX triplet: FE, 40 and 73. RGB value is (254,64,115). Sum of RGB (Red+Green+Blue) = 254+64+115=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4073 is #01BF8C. Grayscale: #7E7E7E. Windows color (decimal): -114573 or 7553278. OLE color: 7553278.
HSL color Cylindrical-coordinate representation of color #FE4073: hue angle of 343.89º 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 #FE4073 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 115 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.00 |
| HSL | 343.89º | 0.99% | 0.62% | - |
| HSV(B) | 343.89º | 0.75% | 1% | - |
| XYZ | 45.8 | 25.98 | 18.82 | - |
| YUV | 126.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 115 | 0 | 0.75 | 0.55 | 0.00 | 343.89 | 0.99 | 0.62 |
| Hex | FE | 40 | 73 | 0 | 4B | 37 | 0 | 158 | 63 | 3E |
| Octal | 376 | 100 | 163 | 0 | 113 | 67 | 0 | 530 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1110011 | 0 | 1001011 | 110111 | 0 | 101011000 | 1100011 | 111110 |
Color Harmonies of #FE4073
Complementary color
Monochromatic Colors of #FE4073
Black with #FE4073
Text Example
Text Example
White with #FE4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4073; }
p { color: rgb(254,64,115); }
H1.HeaderClassName
{
color: #FE4073;
}
.AnyTagClassName
{
color: #FE4073;
}
</style>
background-color css
<style>
a { background-color: #FE4073; }
a { background-color: rgb(254,64,115); }
div.DivClassName
{
background-color: #FE4073;
}
.BgClassName
{
background-color: #FE4073;
}
</style>
border-color css
<style>
span { border-color: #FE4073; }
span { border-color: rgb(254,64,115); }
td.TdClassName
{
border-color: #FE4073;
}
.TagClassName
{
border-color: #FE4073;
}
</style>