Shades of Radical Red #FE386A
Tints of Radical Red #FE386A
RGB
CMYK
RGB Variations
Color information
#FE386A (or 0xFE386A) is known color: Radical Red. HEX triplet: FE, 38 and 6A. RGB value is (254,56,106). Sum of RGB (Red+Green+Blue) = 254+56+106=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE386A is #01C795. Grayscale: #787878. Windows color (decimal): -116630 or 6961406. OLE color: 6961406.
HSL color Cylindrical-coordinate representation of color #FE386A: hue angle of 344.85º 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 #FE386A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 106 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.00 |
| HSL | 344.85º | 0.99% | 0.61% | - |
| HSV(B) | 344.85º | 0.78% | 1% | - |
| XYZ | 44.89 | 24.94 | 16.08 | - |
| YUV | 120.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 106 | 0 | 0.78 | 0.58 | 0.00 | 344.85 | 0.99 | 0.61 |
| Hex | FE | 38 | 6A | 0 | 4E | 3A | 0 | 159 | 63 | 3D |
| Octal | 376 | 70 | 152 | 0 | 116 | 72 | 0 | 531 | 143 | 75 |
| Binary | 11111110 | 111000 | 1101010 | 0 | 1001110 | 111010 | 0 | 101011001 | 1100011 | 111101 |
Color Harmonies of #FE386A
Complementary color
Monochromatic Colors of #FE386A
Black with #FE386A
Text Example
Text Example
White with #FE386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE386A; }
p { color: rgb(254,56,106); }
H1.HeaderClassName
{
color: #FE386A;
}
.AnyTagClassName
{
color: #FE386A;
}
</style>
background-color css
<style>
a { background-color: #FE386A; }
a { background-color: rgb(254,56,106); }
div.DivClassName
{
background-color: #FE386A;
}
.BgClassName
{
background-color: #FE386A;
}
</style>
border-color css
<style>
span { border-color: #FE386A; }
span { border-color: rgb(254,56,106); }
td.TdClassName
{
border-color: #FE386A;
}
.TagClassName
{
border-color: #FE386A;
}
</style>