Shades of Radical Red #FE386C
Tints of Radical Red #FE386C
RGB
CMYK
RGB Variations
Color information
#FE386C (or 0xFE386C) is known color: Radical Red. HEX triplet: FE, 38 and 6C. RGB value is (254,56,108). Sum of RGB (Red+Green+Blue) = 254+56+108=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE386C is #01C793. Grayscale: #797979. Windows color (decimal): -116628 or 7092478. OLE color: 7092478.
HSL color Cylindrical-coordinate representation of color #FE386C: hue angle of 344.24º 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 #FE386C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.00 |
| HSL | 344.24º | 0.99% | 0.61% | - |
| HSV(B) | 344.24º | 0.78% | 1% | - |
| XYZ | 44.99 | 24.98 | 16.64 | - |
| YUV | 121.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 108 | 0 | 0.78 | 0.57 | 0.00 | 344.24 | 0.99 | 0.61 |
| Hex | FE | 38 | 6C | 0 | 4E | 39 | 0 | 158 | 63 | 3D |
| Octal | 376 | 70 | 154 | 0 | 116 | 71 | 0 | 530 | 143 | 75 |
| Binary | 11111110 | 111000 | 1101100 | 0 | 1001110 | 111001 | 0 | 101011000 | 1100011 | 111101 |
Color Harmonies of #FE386C
Complementary color
Monochromatic Colors of #FE386C
Black with #FE386C
Text Example
Text Example
White with #FE386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE386C; }
p { color: rgb(254,56,108); }
H1.HeaderClassName
{
color: #FE386C;
}
.AnyTagClassName
{
color: #FE386C;
}
</style>
background-color css
<style>
a { background-color: #FE386C; }
a { background-color: rgb(254,56,108); }
div.DivClassName
{
background-color: #FE386C;
}
.BgClassName
{
background-color: #FE386C;
}
</style>
border-color css
<style>
span { border-color: #FE386C; }
span { border-color: rgb(254,56,108); }
td.TdClassName
{
border-color: #FE386C;
}
.TagClassName
{
border-color: #FE386C;
}
</style>