Shades of Radical Red #FE4448
Tints of Radical Red #FE4448
RGB
CMYK
RGB Variations
Color information
#FE4448 (or 0xFE4448) is known color: Radical Red. HEX triplet: FE, 44 and 48. RGB value is (254,68,72). Sum of RGB (Red+Green+Blue) = 254+68+72=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4448 is #01BBB7. Grayscale: #7C7C7C. Windows color (decimal): -113592 or 4736254. OLE color: 4736254.
HSL color Cylindrical-coordinate representation of color #FE4448: hue angle of 358.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4448 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 72 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.00 |
| HSL | 358.71º | 0.99% | 0.63% | - |
| HSV(B) | 358.71º | 0.73% | 1% | - |
| XYZ | 44.11 | 25.67 | 8.76 | - |
| YUV | 124.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 72 | 0 | 0.73 | 0.72 | 0.00 | 358.71 | 0.99 | 0.63 |
| Hex | FE | 44 | 48 | 0 | 49 | 48 | 0 | 167 | 63 | 3F |
| Octal | 376 | 104 | 110 | 0 | 111 | 110 | 0 | 547 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1001000 | 0 | 1001001 | 1001000 | 0 | 101100111 | 1100011 | 111111 |
Color Harmonies of #FE4448
Complementary color
Monochromatic Colors of #FE4448
Black with #FE4448
Text Example
Text Example
White with #FE4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4448; }
p { color: rgb(254,68,72); }
H1.HeaderClassName
{
color: #FE4448;
}
.AnyTagClassName
{
color: #FE4448;
}
</style>
background-color css
<style>
a { background-color: #FE4448; }
a { background-color: rgb(254,68,72); }
div.DivClassName
{
background-color: #FE4448;
}
.BgClassName
{
background-color: #FE4448;
}
</style>
border-color css
<style>
span { border-color: #FE4448; }
span { border-color: rgb(254,68,72); }
td.TdClassName
{
border-color: #FE4448;
}
.TagClassName
{
border-color: #FE4448;
}
</style>