Shades of Radical Red #FE395C
Tints of Radical Red #FE395C
RGB
CMYK
RGB Variations
Color information
#FE395C (or 0xFE395C) is known color: Radical Red. HEX triplet: FE, 39 and 5C. RGB value is (254,57,92). Sum of RGB (Red+Green+Blue) = 254+57+92=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE395C is #01C6A3. Grayscale: #777777. Windows color (decimal): -116388 or 6044158. OLE color: 6044158.
HSL color Cylindrical-coordinate representation of color #FE395C: hue angle of 349.34º 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 #FE395C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 92 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.00 |
| HSL | 349.34º | 0.99% | 0.61% | - |
| HSV(B) | 349.34º | 0.78% | 1% | - |
| XYZ | 44.27 | 24.77 | 12.57 | - |
| YUV | 119.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 92 | 0 | 0.78 | 0.64 | 0.00 | 349.34 | 0.99 | 0.61 |
| Hex | FE | 39 | 5C | 0 | 4E | 40 | 0 | 15D | 63 | 3D |
| Octal | 376 | 71 | 134 | 0 | 116 | 100 | 0 | 535 | 143 | 75 |
| Binary | 11111110 | 111001 | 1011100 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100011 | 111101 |
Color Harmonies of #FE395C
Complementary color
Monochromatic Colors of #FE395C
Black with #FE395C
Text Example
Text Example
White with #FE395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE395C; }
p { color: rgb(254,57,92); }
H1.HeaderClassName
{
color: #FE395C;
}
.AnyTagClassName
{
color: #FE395C;
}
</style>
background-color css
<style>
a { background-color: #FE395C; }
a { background-color: rgb(254,57,92); }
div.DivClassName
{
background-color: #FE395C;
}
.BgClassName
{
background-color: #FE395C;
}
</style>
border-color css
<style>
span { border-color: #FE395C; }
span { border-color: rgb(254,57,92); }
td.TdClassName
{
border-color: #FE395C;
}
.TagClassName
{
border-color: #FE395C;
}
</style>