Shades of Radical Red #FE3044
Tints of Radical Red #FE3044
RGB
CMYK
RGB Variations
Color information
#FE3044 (or 0xFE3044) is known color: Radical Red. HEX triplet: FE, 30 and 44. RGB value is (254,48,68). Sum of RGB (Red+Green+Blue) = 254+48+68=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3044 is #01CFBB. Grayscale: #707070. Windows color (decimal): -118716 or 4468990. OLE color: 4468990.
HSL color Cylindrical-coordinate representation of color #FE3044: hue angle of 354.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3044 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 68 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.00 |
| HSL | 354.17º | 0.99% | 0.59% | - |
| HSV(B) | 354.17º | 0.81% | 1% | - |
| XYZ | 42.97 | 23.6 | 7.76 | - |
| YUV | 111.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 68 | 0 | 0.81 | 0.73 | 0.00 | 354.17 | 0.99 | 0.59 |
| Hex | FE | 30 | 44 | 0 | 51 | 49 | 0 | 162 | 63 | 3B |
| Octal | 376 | 60 | 104 | 0 | 121 | 111 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 110000 | 1000100 | 0 | 1010001 | 1001001 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE3044
Complementary color
Monochromatic Colors of #FE3044
Black with #FE3044
Text Example
Text Example
White with #FE3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3044; }
p { color: rgb(254,48,68); }
H1.HeaderClassName
{
color: #FE3044;
}
.AnyTagClassName
{
color: #FE3044;
}
</style>
background-color css
<style>
a { background-color: #FE3044; }
a { background-color: rgb(254,48,68); }
div.DivClassName
{
background-color: #FE3044;
}
.BgClassName
{
background-color: #FE3044;
}
</style>
border-color css
<style>
span { border-color: #FE3044; }
span { border-color: rgb(254,48,68); }
td.TdClassName
{
border-color: #FE3044;
}
.TagClassName
{
border-color: #FE3044;
}
</style>