Shades of Radical Red #FE305D
Tints of Radical Red #FE305D
RGB
CMYK
RGB Variations
Color information
#FE305D (or 0xFE305D) is known color: Radical Red. HEX triplet: FE, 30 and 5D. RGB value is (254,48,93). Sum of RGB (Red+Green+Blue) = 254+48+93=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE305D is #01CFA2. Grayscale: #727272. Windows color (decimal): -118691 or 6107390. OLE color: 6107390.
HSL color Cylindrical-coordinate representation of color #FE305D: hue angle of 346.89º 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 #FE305D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 93 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.00 |
| HSL | 346.89º | 0.99% | 0.59% | - |
| HSV(B) | 346.89º | 0.81% | 1% | - |
| XYZ | 43.91 | 23.98 | 12.67 | - |
| YUV | 114.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 93 | 0 | 0.81 | 0.63 | 0.00 | 346.89 | 0.99 | 0.59 |
| Hex | FE | 30 | 5D | 0 | 51 | 3F | 0 | 15B | 63 | 3B |
| Octal | 376 | 60 | 135 | 0 | 121 | 77 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 110000 | 1011101 | 0 | 1010001 | 111111 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE305D
Complementary color
Monochromatic Colors of #FE305D
Black with #FE305D
Text Example
Text Example
White with #FE305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE305D; }
p { color: rgb(254,48,93); }
H1.HeaderClassName
{
color: #FE305D;
}
.AnyTagClassName
{
color: #FE305D;
}
</style>
background-color css
<style>
a { background-color: #FE305D; }
a { background-color: rgb(254,48,93); }
div.DivClassName
{
background-color: #FE305D;
}
.BgClassName
{
background-color: #FE305D;
}
</style>
border-color css
<style>
span { border-color: #FE305D; }
span { border-color: rgb(254,48,93); }
td.TdClassName
{
border-color: #FE305D;
}
.TagClassName
{
border-color: #FE305D;
}
</style>