Shades of Radical Red #FE195C
Tints of Radical Red #FE195C
RGB
CMYK
RGB Variations
Color information
#FE195C (or 0xFE195C) is known color: Radical Red. HEX triplet: FE, 19 and 5C. RGB value is (254,25,92). Sum of RGB (Red+Green+Blue) = 254+25+92=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE195C is #01E6A3. Grayscale: #656565. Windows color (decimal): -124580 or 6035966. OLE color: 6035966.
HSL color Cylindrical-coordinate representation of color #FE195C: hue angle of 342.45º 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 #FE195C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 92 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.00 |
| HSL | 342.45º | 0.99% | 0.55% | - |
| HSV(B) | 342.45º | 0.9% | 1% | - |
| XYZ | 43.15 | 22.54 | 12.2 | - |
| YUV | 101.11 | 122.87 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 92 | 0 | 0.90 | 0.64 | 0.00 | 342.45 | 0.99 | 0.55 |
| Hex | FE | 19 | 5C | 0 | 5A | 40 | 0 | 156 | 63 | 37 |
| Octal | 376 | 31 | 134 | 0 | 132 | 100 | 0 | 526 | 143 | 67 |
| Binary | 11111110 | 11001 | 1011100 | 0 | 1011010 | 1000000 | 0 | 101010110 | 1100011 | 110111 |
Color Harmonies of #FE195C
Complementary color
Monochromatic Colors of #FE195C
Black with #FE195C
Text Example
Text Example
White with #FE195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE195C; }
p { color: rgb(254,25,92); }
H1.HeaderClassName
{
color: #FE195C;
}
.AnyTagClassName
{
color: #FE195C;
}
</style>
background-color css
<style>
a { background-color: #FE195C; }
a { background-color: rgb(254,25,92); }
div.DivClassName
{
background-color: #FE195C;
}
.BgClassName
{
background-color: #FE195C;
}
</style>
border-color css
<style>
span { border-color: #FE195C; }
span { border-color: rgb(254,25,92); }
td.TdClassName
{
border-color: #FE195C;
}
.TagClassName
{
border-color: #FE195C;
}
</style>