Shades of Radical Red #FE315C
Tints of Radical Red #FE315C
RGB
CMYK
RGB Variations
Color information
#FE315C (or 0xFE315C) is known color: Radical Red. HEX triplet: FE, 31 and 5C. RGB value is (254,49,92). Sum of RGB (Red+Green+Blue) = 254+49+92=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE315C is #01CEA3. Grayscale: #737373. Windows color (decimal): -118436 or 6042110. OLE color: 6042110.
HSL color Cylindrical-coordinate representation of color #FE315C: hue angle of 347.41º 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 #FE315C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 92 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.00 |
| HSL | 347.41º | 0.99% | 0.59% | - |
| HSV(B) | 347.41º | 0.81% | 1% | - |
| XYZ | 43.9 | 24.04 | 12.45 | - |
| YUV | 115.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 92 | 0 | 0.81 | 0.64 | 0.00 | 347.41 | 0.99 | 0.59 |
| Hex | FE | 31 | 5C | 0 | 51 | 40 | 0 | 15B | 63 | 3B |
| Octal | 376 | 61 | 134 | 0 | 121 | 100 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 110001 | 1011100 | 0 | 1010001 | 1000000 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE315C
Complementary color
Monochromatic Colors of #FE315C
Black with #FE315C
Text Example
Text Example
White with #FE315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE315C; }
p { color: rgb(254,49,92); }
H1.HeaderClassName
{
color: #FE315C;
}
.AnyTagClassName
{
color: #FE315C;
}
</style>
background-color css
<style>
a { background-color: #FE315C; }
a { background-color: rgb(254,49,92); }
div.DivClassName
{
background-color: #FE315C;
}
.BgClassName
{
background-color: #FE315C;
}
</style>
border-color css
<style>
span { border-color: #FE315C; }
span { border-color: rgb(254,49,92); }
td.TdClassName
{
border-color: #FE315C;
}
.TagClassName
{
border-color: #FE315C;
}
</style>