Shades of Radical Red #FE4346
Tints of Radical Red #FE4346
RGB
CMYK
RGB Variations
Color information
#FE4346 (or 0xFE4346) is known color: Radical Red. HEX triplet: FE, 43 and 46. RGB value is (254,67,70). Sum of RGB (Red+Green+Blue) = 254+67+70=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4346 is #01BCB9. Grayscale: #7B7B7B. Windows color (decimal): -113850 or 4604926. OLE color: 4604926.
HSL color Cylindrical-coordinate representation of color #FE4346: hue angle of 359.04º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4346 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 70 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.00 |
| HSL | 359.04º | 0.99% | 0.63% | - |
| HSV(B) | 359.04º | 0.74% | 1% | - |
| XYZ | 43.99 | 25.53 | 8.4 | - |
| YUV | 123.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 70 | 0 | 0.74 | 0.72 | 0.00 | 359.04 | 0.99 | 0.63 |
| Hex | FE | 43 | 46 | 0 | 4A | 48 | 0 | 167 | 63 | 3F |
| Octal | 376 | 103 | 106 | 0 | 112 | 110 | 0 | 547 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1000110 | 0 | 1001010 | 1001000 | 0 | 101100111 | 1100011 | 111111 |
Color Harmonies of #FE4346
Complementary color
Monochromatic Colors of #FE4346
Black with #FE4346
Text Example
Text Example
White with #FE4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4346; }
p { color: rgb(254,67,70); }
H1.HeaderClassName
{
color: #FE4346;
}
.AnyTagClassName
{
color: #FE4346;
}
</style>
background-color css
<style>
a { background-color: #FE4346; }
a { background-color: rgb(254,67,70); }
div.DivClassName
{
background-color: #FE4346;
}
.BgClassName
{
background-color: #FE4346;
}
</style>
border-color css
<style>
span { border-color: #FE4346; }
span { border-color: rgb(254,67,70); }
td.TdClassName
{
border-color: #FE4346;
}
.TagClassName
{
border-color: #FE4346;
}
</style>