Shades of Radical Red #FE3F44
Tints of Radical Red #FE3F44
RGB
CMYK
RGB Variations
Color information
#FE3F44 (or 0xFE3F44) is known color: Radical Red. HEX triplet: FE, 3F and 44. RGB value is (254,63,68). Sum of RGB (Red+Green+Blue) = 254+63+68=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F44 is #01C0BB. Grayscale: #787878. Windows color (decimal): -114876 or 4472830. OLE color: 4472830.
HSL color Cylindrical-coordinate representation of color #FE3F44: hue angle of 358.43º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F44 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 68 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.00 |
| HSL | 358.43º | 0.99% | 0.62% | - |
| HSV(B) | 358.43º | 0.75% | 1% | - |
| XYZ | 43.69 | 25.04 | 8 | - |
| YUV | 120.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 68 | 0 | 0.75 | 0.73 | 0.00 | 358.43 | 0.99 | 0.62 |
| Hex | FE | 3F | 44 | 0 | 4B | 49 | 0 | 166 | 63 | 3E |
| Octal | 376 | 77 | 104 | 0 | 113 | 111 | 0 | 546 | 143 | 76 |
| Binary | 11111110 | 111111 | 1000100 | 0 | 1001011 | 1001001 | 0 | 101100110 | 1100011 | 111110 |
Color Harmonies of #FE3F44
Complementary color
Monochromatic Colors of #FE3F44
Black with #FE3F44
Text Example
Text Example
White with #FE3F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F44; }
p { color: rgb(254,63,68); }
H1.HeaderClassName
{
color: #FE3F44;
}
.AnyTagClassName
{
color: #FE3F44;
}
</style>
background-color css
<style>
a { background-color: #FE3F44; }
a { background-color: rgb(254,63,68); }
div.DivClassName
{
background-color: #FE3F44;
}
.BgClassName
{
background-color: #FE3F44;
}
</style>
border-color css
<style>
span { border-color: #FE3F44; }
span { border-color: rgb(254,63,68); }
td.TdClassName
{
border-color: #FE3F44;
}
.TagClassName
{
border-color: #FE3F44;
}
</style>