Shades of Radical Red #FE386E
Tints of Radical Red #FE386E
RGB
CMYK
RGB Variations
Color information
#FE386E (or 0xFE386E) is known color: Radical Red. HEX triplet: FE, 38 and 6E. RGB value is (254,56,110). Sum of RGB (Red+Green+Blue) = 254+56+110=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE386E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE386E is #01C791. Grayscale: #797979. Windows color (decimal): -116626 or 7223550. OLE color: 7223550.
HSL color Cylindrical-coordinate representation of color #FE386E: hue angle of 343.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE386E is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 110 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.00 |
| HSL | 343.64º | 0.99% | 0.61% | - |
| HSV(B) | 343.64º | 0.78% | 1% | - |
| XYZ | 45.1 | 25.02 | 17.21 | - |
| YUV | 121.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 110 | 0 | 0.78 | 0.57 | 0.00 | 343.64 | 0.99 | 0.61 |
| Hex | FE | 38 | 6E | 0 | 4E | 39 | 0 | 158 | 63 | 3D |
| Octal | 376 | 70 | 156 | 0 | 116 | 71 | 0 | 530 | 143 | 75 |
| Binary | 11111110 | 111000 | 1101110 | 0 | 1001110 | 111001 | 0 | 101011000 | 1100011 | 111101 |
Color Harmonies of #FE386E
Complementary color
Monochromatic Colors of #FE386E
Black with #FE386E
Text Example
Text Example
White with #FE386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE386E; }
p { color: rgb(254,56,110); }
H1.HeaderClassName
{
color: #FE386E;
}
.AnyTagClassName
{
color: #FE386E;
}
</style>
background-color css
<style>
a { background-color: #FE386E; }
a { background-color: rgb(254,56,110); }
div.DivClassName
{
background-color: #FE386E;
}
.BgClassName
{
background-color: #FE386E;
}
</style>
border-color css
<style>
span { border-color: #FE386E; }
span { border-color: rgb(254,56,110); }
td.TdClassName
{
border-color: #FE386E;
}
.TagClassName
{
border-color: #FE386E;
}
</style>