Shades of Radical Red #FE3F5D
Tints of Radical Red #FE3F5D
RGB
CMYK
RGB Variations
Color information
#FE3F5D (or 0xFE3F5D) is known color: Radical Red. HEX triplet: FE, 3F and 5D. RGB value is (254,63,93). Sum of RGB (Red+Green+Blue) = 254+63+93=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F5D is #01C0A2. Grayscale: #7B7B7B. Windows color (decimal): -114851 or 6111230. OLE color: 6111230.
HSL color Cylindrical-coordinate representation of color #FE3F5D: hue angle of 350.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F5D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 93 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.00 |
| HSL | 350.58º | 0.99% | 0.62% | - |
| HSV(B) | 350.58º | 0.75% | 1% | - |
| XYZ | 44.63 | 25.42 | 12.91 | - |
| YUV | 123.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 93 | 0 | 0.75 | 0.63 | 0.00 | 350.58 | 0.99 | 0.62 |
| Hex | FE | 3F | 5D | 0 | 4B | 3F | 0 | 15F | 63 | 3E |
| Octal | 376 | 77 | 135 | 0 | 113 | 77 | 0 | 537 | 143 | 76 |
| Binary | 11111110 | 111111 | 1011101 | 0 | 1001011 | 111111 | 0 | 101011111 | 1100011 | 111110 |
Color Harmonies of #FE3F5D
Complementary color
Monochromatic Colors of #FE3F5D
Black with #FE3F5D
Text Example
Text Example
White with #FE3F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F5D; }
p { color: rgb(254,63,93); }
H1.HeaderClassName
{
color: #FE3F5D;
}
.AnyTagClassName
{
color: #FE3F5D;
}
</style>
background-color css
<style>
a { background-color: #FE3F5D; }
a { background-color: rgb(254,63,93); }
div.DivClassName
{
background-color: #FE3F5D;
}
.BgClassName
{
background-color: #FE3F5D;
}
</style>
border-color css
<style>
span { border-color: #FE3F5D; }
span { border-color: rgb(254,63,93); }
td.TdClassName
{
border-color: #FE3F5D;
}
.TagClassName
{
border-color: #FE3F5D;
}
</style>