Shades of Radical Red #FE3173
Tints of Radical Red #FE3173
RGB
CMYK
RGB Variations
Color information
#FE3173 (or 0xFE3173) is known color: Radical Red. HEX triplet: FE, 31 and 73. RGB value is (254,49,115). Sum of RGB (Red+Green+Blue) = 254+49+115=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3173 is #01CE8C. Grayscale: #757575. Windows color (decimal): -118413 or 7549438. OLE color: 7549438.
HSL color Cylindrical-coordinate representation of color #FE3173: hue angle of 340.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3173 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 115 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.00 |
| HSL | 340.68º | 0.99% | 0.59% | - |
| HSV(B) | 340.68º | 0.81% | 1% | - |
| XYZ | 45.07 | 24.51 | 18.57 | - |
| YUV | 117.82 | 126.42 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 115 | 0 | 0.81 | 0.55 | 0.00 | 340.68 | 0.99 | 0.59 |
| Hex | FE | 31 | 73 | 0 | 51 | 37 | 0 | 155 | 63 | 3B |
| Octal | 376 | 61 | 163 | 0 | 121 | 67 | 0 | 525 | 143 | 73 |
| Binary | 11111110 | 110001 | 1110011 | 0 | 1010001 | 110111 | 0 | 101010101 | 1100011 | 111011 |
Color Harmonies of #FE3173
Complementary color
Monochromatic Colors of #FE3173
Black with #FE3173
Text Example
Text Example
White with #FE3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3173; }
p { color: rgb(254,49,115); }
H1.HeaderClassName
{
color: #FE3173;
}
.AnyTagClassName
{
color: #FE3173;
}
</style>
background-color css
<style>
a { background-color: #FE3173; }
a { background-color: rgb(254,49,115); }
div.DivClassName
{
background-color: #FE3173;
}
.BgClassName
{
background-color: #FE3173;
}
</style>
border-color css
<style>
span { border-color: #FE3173; }
span { border-color: rgb(254,49,115); }
td.TdClassName
{
border-color: #FE3173;
}
.TagClassName
{
border-color: #FE3173;
}
</style>