Shades of Radical Red #FE2F5D
Tints of Radical Red #FE2F5D
RGB
CMYK
RGB Variations
Color information
#FE2F5D (or 0xFE2F5D) is known color: Radical Red. HEX triplet: FE, 2F and 5D. RGB value is (254,47,93). Sum of RGB (Red+Green+Blue) = 254+47+93=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F5D is #01D0A2. Grayscale: #727272. Windows color (decimal): -118947 or 6107134. OLE color: 6107134.
HSL color Cylindrical-coordinate representation of color #FE2F5D: hue angle of 346.67º 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 #FE2F5D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 93 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.00 |
| HSL | 346.67º | 0.99% | 0.59% | - |
| HSV(B) | 346.67º | 0.81% | 1% | - |
| XYZ | 43.87 | 23.89 | 12.66 | - |
| YUV | 114.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 93 | 0 | 0.81 | 0.63 | 0.00 | 346.67 | 0.99 | 0.59 |
| Hex | FE | 2F | 5D | 0 | 51 | 3F | 0 | 15B | 63 | 3B |
| Octal | 376 | 57 | 135 | 0 | 121 | 77 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 101111 | 1011101 | 0 | 1010001 | 111111 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE2F5D
Complementary color
Monochromatic Colors of #FE2F5D
Black with #FE2F5D
Text Example
Text Example
White with #FE2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F5D; }
p { color: rgb(254,47,93); }
H1.HeaderClassName
{
color: #FE2F5D;
}
.AnyTagClassName
{
color: #FE2F5D;
}
</style>
background-color css
<style>
a { background-color: #FE2F5D; }
a { background-color: rgb(254,47,93); }
div.DivClassName
{
background-color: #FE2F5D;
}
.BgClassName
{
background-color: #FE2F5D;
}
</style>
border-color css
<style>
span { border-color: #FE2F5D; }
span { border-color: rgb(254,47,93); }
td.TdClassName
{
border-color: #FE2F5D;
}
.TagClassName
{
border-color: #FE2F5D;
}
</style>