Shades of Radical Red #FE195F
Tints of Radical Red #FE195F
RGB
CMYK
RGB Variations
Color information
#FE195F (or 0xFE195F) is known color: Radical Red. HEX triplet: FE, 19 and 5F. RGB value is (254,25,95). Sum of RGB (Red+Green+Blue) = 254+25+95=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE195F is #01E6A0. Grayscale: #656565. Windows color (decimal): -124577 or 6232574. OLE color: 6232574.
HSL color Cylindrical-coordinate representation of color #FE195F: hue angle of 341.66º 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 #FE195F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 95 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.00 |
| HSL | 341.66º | 0.99% | 0.55% | - |
| HSV(B) | 341.66º | 0.9% | 1% | - |
| XYZ | 43.29 | 22.59 | 12.91 | - |
| YUV | 101.45 | 124.37 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 95 | 0 | 0.90 | 0.63 | 0.00 | 341.66 | 0.99 | 0.55 |
| Hex | FE | 19 | 5F | 0 | 5A | 3F | 0 | 156 | 63 | 37 |
| Octal | 376 | 31 | 137 | 0 | 132 | 77 | 0 | 526 | 143 | 67 |
| Binary | 11111110 | 11001 | 1011111 | 0 | 1011010 | 111111 | 0 | 101010110 | 1100011 | 110111 |
Color Harmonies of #FE195F
Complementary color
Monochromatic Colors of #FE195F
Black with #FE195F
Text Example
Text Example
White with #FE195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE195F; }
p { color: rgb(254,25,95); }
H1.HeaderClassName
{
color: #FE195F;
}
.AnyTagClassName
{
color: #FE195F;
}
</style>
background-color css
<style>
a { background-color: #FE195F; }
a { background-color: rgb(254,25,95); }
div.DivClassName
{
background-color: #FE195F;
}
.BgClassName
{
background-color: #FE195F;
}
</style>
border-color css
<style>
span { border-color: #FE195F; }
span { border-color: rgb(254,25,95); }
td.TdClassName
{
border-color: #FE195F;
}
.TagClassName
{
border-color: #FE195F;
}
</style>