Shades of Radical Red #FE195B
Tints of Radical Red #FE195B
RGB
CMYK
RGB Variations
Color information
#FE195B (or 0xFE195B) is known color: Radical Red. HEX triplet: FE, 19 and 5B. RGB value is (254,25,91). Sum of RGB (Red+Green+Blue) = 254+25+91=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE195B is #01E6A4. Grayscale: #646464. Windows color (decimal): -124581 or 5970430. OLE color: 5970430.
HSL color Cylindrical-coordinate representation of color #FE195B: hue angle of 342.71º 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 #FE195B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 91 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.00 |
| HSL | 342.71º | 0.99% | 0.55% | - |
| HSV(B) | 342.71º | 0.9% | 1% | - |
| XYZ | 43.11 | 22.52 | 11.97 | - |
| YUV | 101 | 122.37 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 91 | 0 | 0.90 | 0.64 | 0.00 | 342.71 | 0.99 | 0.55 |
| Hex | FE | 19 | 5B | 0 | 5A | 40 | 0 | 157 | 63 | 37 |
| Octal | 376 | 31 | 133 | 0 | 132 | 100 | 0 | 527 | 143 | 67 |
| Binary | 11111110 | 11001 | 1011011 | 0 | 1011010 | 1000000 | 0 | 101010111 | 1100011 | 110111 |
Color Harmonies of #FE195B
Complementary color
Monochromatic Colors of #FE195B
Black with #FE195B
Text Example
Text Example
White with #FE195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE195B; }
p { color: rgb(254,25,91); }
H1.HeaderClassName
{
color: #FE195B;
}
.AnyTagClassName
{
color: #FE195B;
}
</style>
background-color css
<style>
a { background-color: #FE195B; }
a { background-color: rgb(254,25,91); }
div.DivClassName
{
background-color: #FE195B;
}
.BgClassName
{
background-color: #FE195B;
}
</style>
border-color css
<style>
span { border-color: #FE195B; }
span { border-color: rgb(254,25,91); }
td.TdClassName
{
border-color: #FE195B;
}
.TagClassName
{
border-color: #FE195B;
}
</style>