Shades of Radical Red #FE395F
Tints of Radical Red #FE395F
RGB
CMYK
RGB Variations
Color information
#FE395F (or 0xFE395F) is known color: Radical Red. HEX triplet: FE, 39 and 5F. RGB value is (254,57,95). Sum of RGB (Red+Green+Blue) = 254+57+95=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE395F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE395F is #01C6A0. Grayscale: #787878. Windows color (decimal): -116385 or 6240766. OLE color: 6240766.
HSL color Cylindrical-coordinate representation of color #FE395F: hue angle of 348.43º 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 #FE395F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 95 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.00 |
| HSL | 348.43º | 0.99% | 0.61% | - |
| HSV(B) | 348.43º | 0.78% | 1% | - |
| XYZ | 44.4 | 24.82 | 13.28 | - |
| YUV | 120.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 95 | 0 | 0.78 | 0.63 | 0.00 | 348.43 | 0.99 | 0.61 |
| Hex | FE | 39 | 5F | 0 | 4E | 3F | 0 | 15C | 63 | 3D |
| Octal | 376 | 71 | 137 | 0 | 116 | 77 | 0 | 534 | 143 | 75 |
| Binary | 11111110 | 111001 | 1011111 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100011 | 111101 |
Color Harmonies of #FE395F
Complementary color
Monochromatic Colors of #FE395F
Black with #FE395F
Text Example
Text Example
White with #FE395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE395F; }
p { color: rgb(254,57,95); }
H1.HeaderClassName
{
color: #FE395F;
}
.AnyTagClassName
{
color: #FE395F;
}
</style>
background-color css
<style>
a { background-color: #FE395F; }
a { background-color: rgb(254,57,95); }
div.DivClassName
{
background-color: #FE395F;
}
.BgClassName
{
background-color: #FE395F;
}
</style>
border-color css
<style>
span { border-color: #FE395F; }
span { border-color: rgb(254,57,95); }
td.TdClassName
{
border-color: #FE395F;
}
.TagClassName
{
border-color: #FE395F;
}
</style>