Shades of Radical Red #FE3A41
Tints of Radical Red #FE3A41
RGB
CMYK
RGB Variations
Color information
#FE3A41 (or 0xFE3A41) is known color: Radical Red. HEX triplet: FE, 3A and 41. RGB value is (254,58,65). Sum of RGB (Red+Green+Blue) = 254+58+65=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A41 is #01C5BE. Grayscale: #757575. Windows color (decimal): -116159 or 4274942. OLE color: 4274942.
HSL color Cylindrical-coordinate representation of color #FE3A41: hue angle of 357.86º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3A41 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 65 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.00 |
| HSL | 357.86º | 0.99% | 0.61% | - |
| HSV(B) | 357.86º | 0.77% | 1% | - |
| XYZ | 43.34 | 24.48 | 7.44 | - |
| YUV | 117.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 65 | 0 | 0.77 | 0.74 | 0.00 | 357.86 | 0.99 | 0.61 |
| Hex | FE | 3A | 41 | 0 | 4D | 4A | 0 | 166 | 63 | 3D |
| Octal | 376 | 72 | 101 | 0 | 115 | 112 | 0 | 546 | 143 | 75 |
| Binary | 11111110 | 111010 | 1000001 | 0 | 1001101 | 1001010 | 0 | 101100110 | 1100011 | 111101 |
Color Harmonies of #FE3A41
Complementary color
Monochromatic Colors of #FE3A41
Black with #FE3A41
Text Example
Text Example
White with #FE3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A41; }
p { color: rgb(254,58,65); }
H1.HeaderClassName
{
color: #FE3A41;
}
.AnyTagClassName
{
color: #FE3A41;
}
</style>
background-color css
<style>
a { background-color: #FE3A41; }
a { background-color: rgb(254,58,65); }
div.DivClassName
{
background-color: #FE3A41;
}
.BgClassName
{
background-color: #FE3A41;
}
</style>
border-color css
<style>
span { border-color: #FE3A41; }
span { border-color: rgb(254,58,65); }
td.TdClassName
{
border-color: #FE3A41;
}
.TagClassName
{
border-color: #FE3A41;
}
</style>