Shades of Radical Red #FE385F
Tints of Radical Red #FE385F
RGB
CMYK
RGB Variations
Color information
#FE385F (or 0xFE385F) is known color: Radical Red. HEX triplet: FE, 38 and 5F. RGB value is (254,56,95). Sum of RGB (Red+Green+Blue) = 254+56+95=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE385F is #01C7A0. Grayscale: #777777. Windows color (decimal): -116641 or 6240510. OLE color: 6240510.
HSL color Cylindrical-coordinate representation of color #FE385F: hue angle of 348.18º 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 #FE385F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 95 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.00 |
| HSL | 348.18º | 0.99% | 0.61% | - |
| HSV(B) | 348.18º | 0.78% | 1% | - |
| XYZ | 44.35 | 24.73 | 13.26 | - |
| YUV | 119.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 95 | 0 | 0.78 | 0.63 | 0.00 | 348.18 | 0.99 | 0.61 |
| Hex | FE | 38 | 5F | 0 | 4E | 3F | 0 | 15C | 63 | 3D |
| Octal | 376 | 70 | 137 | 0 | 116 | 77 | 0 | 534 | 143 | 75 |
| Binary | 11111110 | 111000 | 1011111 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100011 | 111101 |
Color Harmonies of #FE385F
Complementary color
Monochromatic Colors of #FE385F
Black with #FE385F
Text Example
Text Example
White with #FE385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE385F; }
p { color: rgb(254,56,95); }
H1.HeaderClassName
{
color: #FE385F;
}
.AnyTagClassName
{
color: #FE385F;
}
</style>
background-color css
<style>
a { background-color: #FE385F; }
a { background-color: rgb(254,56,95); }
div.DivClassName
{
background-color: #FE385F;
}
.BgClassName
{
background-color: #FE385F;
}
</style>
border-color css
<style>
span { border-color: #FE385F; }
span { border-color: rgb(254,56,95); }
td.TdClassName
{
border-color: #FE385F;
}
.TagClassName
{
border-color: #FE385F;
}
</style>