Shades of Radical Red #FE3165
Tints of Radical Red #FE3165
RGB
CMYK
RGB Variations
Color information
#FE3165 (or 0xFE3165) is known color: Radical Red. HEX triplet: FE, 31 and 65. RGB value is (254,49,101). Sum of RGB (Red+Green+Blue) = 254+49+101=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3165 is #01CE9A. Grayscale: #747474. Windows color (decimal): -118427 or 6631934. OLE color: 6631934.
HSL color Cylindrical-coordinate representation of color #FE3165: hue angle of 344.78º 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 #FE3165 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 101 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.00 |
| HSL | 344.78º | 0.99% | 0.59% | - |
| HSV(B) | 344.78º | 0.81% | 1% | - |
| XYZ | 44.32 | 24.21 | 14.65 | - |
| YUV | 116.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 101 | 0 | 0.81 | 0.60 | 0.00 | 344.78 | 0.99 | 0.59 |
| Hex | FE | 31 | 65 | 0 | 51 | 3C | 0 | 159 | 63 | 3B |
| Octal | 376 | 61 | 145 | 0 | 121 | 74 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 110001 | 1100101 | 0 | 1010001 | 111100 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE3165
Complementary color
Monochromatic Colors of #FE3165
Black with #FE3165
Text Example
Text Example
White with #FE3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3165; }
p { color: rgb(254,49,101); }
H1.HeaderClassName
{
color: #FE3165;
}
.AnyTagClassName
{
color: #FE3165;
}
</style>
background-color css
<style>
a { background-color: #FE3165; }
a { background-color: rgb(254,49,101); }
div.DivClassName
{
background-color: #FE3165;
}
.BgClassName
{
background-color: #FE3165;
}
</style>
border-color css
<style>
span { border-color: #FE3165; }
span { border-color: rgb(254,49,101); }
td.TdClassName
{
border-color: #FE3165;
}
.TagClassName
{
border-color: #FE3165;
}
</style>