Shades of Radical Red #FE386B
Tints of Radical Red #FE386B
RGB
CMYK
RGB Variations
Color information
#FE386B (or 0xFE386B) is known color: Radical Red. HEX triplet: FE, 38 and 6B. RGB value is (254,56,107). Sum of RGB (Red+Green+Blue) = 254+56+107=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE386B is #01C794. Grayscale: #797979. Windows color (decimal): -116629 or 7026942. OLE color: 7026942.
HSL color Cylindrical-coordinate representation of color #FE386B: hue angle of 344.55º 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 #FE386B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 107 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.00 |
| HSL | 344.55º | 0.99% | 0.61% | - |
| HSV(B) | 344.55º | 0.78% | 1% | - |
| XYZ | 44.94 | 24.96 | 16.36 | - |
| YUV | 121.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 107 | 0 | 0.78 | 0.58 | 0.00 | 344.55 | 0.99 | 0.61 |
| Hex | FE | 38 | 6B | 0 | 4E | 3A | 0 | 159 | 63 | 3D |
| Octal | 376 | 70 | 153 | 0 | 116 | 72 | 0 | 531 | 143 | 75 |
| Binary | 11111110 | 111000 | 1101011 | 0 | 1001110 | 111010 | 0 | 101011001 | 1100011 | 111101 |
Color Harmonies of #FE386B
Complementary color
Monochromatic Colors of #FE386B
Black with #FE386B
Text Example
Text Example
White with #FE386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE386B; }
p { color: rgb(254,56,107); }
H1.HeaderClassName
{
color: #FE386B;
}
.AnyTagClassName
{
color: #FE386B;
}
</style>
background-color css
<style>
a { background-color: #FE386B; }
a { background-color: rgb(254,56,107); }
div.DivClassName
{
background-color: #FE386B;
}
.BgClassName
{
background-color: #FE386B;
}
</style>
border-color css
<style>
span { border-color: #FE386B; }
span { border-color: rgb(254,56,107); }
td.TdClassName
{
border-color: #FE386B;
}
.TagClassName
{
border-color: #FE386B;
}
</style>