Shades of Radical Red #FE195D
Tints of Radical Red #FE195D
RGB
CMYK
RGB Variations
Color information
#FE195D (or 0xFE195D) is known color: Radical Red. HEX triplet: FE, 19 and 5D. RGB value is (254,25,93). Sum of RGB (Red+Green+Blue) = 254+25+93=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE195D is #01E6A2. Grayscale: #656565. Windows color (decimal): -124579 or 6101502. OLE color: 6101502.
HSL color Cylindrical-coordinate representation of color #FE195D: hue angle of 342.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE195D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.00 |
| HSL | 342.18º | 0.99% | 0.55% | - |
| HSV(B) | 342.18º | 0.9% | 1% | - |
| XYZ | 43.2 | 22.56 | 12.43 | - |
| YUV | 101.22 | 123.37 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 93 | 0 | 0.90 | 0.63 | 0.00 | 342.18 | 0.99 | 0.55 |
| Hex | FE | 19 | 5D | 0 | 5A | 3F | 0 | 156 | 63 | 37 |
| Octal | 376 | 31 | 135 | 0 | 132 | 77 | 0 | 526 | 143 | 67 |
| Binary | 11111110 | 11001 | 1011101 | 0 | 1011010 | 111111 | 0 | 101010110 | 1100011 | 110111 |
Color Harmonies of #FE195D
Complementary color
Monochromatic Colors of #FE195D
Black with #FE195D
Text Example
Text Example
White with #FE195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE195D; }
p { color: rgb(254,25,93); }
H1.HeaderClassName
{
color: #FE195D;
}
.AnyTagClassName
{
color: #FE195D;
}
</style>
background-color css
<style>
a { background-color: #FE195D; }
a { background-color: rgb(254,25,93); }
div.DivClassName
{
background-color: #FE195D;
}
.BgClassName
{
background-color: #FE195D;
}
</style>
border-color css
<style>
span { border-color: #FE195D; }
span { border-color: rgb(254,25,93); }
td.TdClassName
{
border-color: #FE195D;
}
.TagClassName
{
border-color: #FE195D;
}
</style>