Shades of Radical Red #FE3145
Tints of Radical Red #FE3145
RGB
CMYK
RGB Variations
Color information
#FE3145 (or 0xFE3145) is known color: Radical Red. HEX triplet: FE, 31 and 45. RGB value is (254,49,69). Sum of RGB (Red+Green+Blue) = 254+49+69=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3145 is #01CEBA. Grayscale: #707070. Windows color (decimal): -118459 or 4534782. OLE color: 4534782.
HSL color Cylindrical-coordinate representation of color #FE3145: hue angle of 354.15º 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 #FE3145 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 69 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.00 |
| HSL | 354.15º | 0.99% | 0.59% | - |
| HSV(B) | 354.15º | 0.81% | 1% | - |
| XYZ | 43.05 | 23.7 | 7.94 | - |
| YUV | 112.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 69 | 0 | 0.81 | 0.73 | 0.00 | 354.15 | 0.99 | 0.59 |
| Hex | FE | 31 | 45 | 0 | 51 | 49 | 0 | 162 | 63 | 3B |
| Octal | 376 | 61 | 105 | 0 | 121 | 111 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 110001 | 1000101 | 0 | 1010001 | 1001001 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE3145
Complementary color
Monochromatic Colors of #FE3145
Black with #FE3145
Text Example
Text Example
White with #FE3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3145; }
p { color: rgb(254,49,69); }
H1.HeaderClassName
{
color: #FE3145;
}
.AnyTagClassName
{
color: #FE3145;
}
</style>
background-color css
<style>
a { background-color: #FE3145; }
a { background-color: rgb(254,49,69); }
div.DivClassName
{
background-color: #FE3145;
}
.BgClassName
{
background-color: #FE3145;
}
</style>
border-color css
<style>
span { border-color: #FE3145; }
span { border-color: rgb(254,49,69); }
td.TdClassName
{
border-color: #FE3145;
}
.TagClassName
{
border-color: #FE3145;
}
</style>