Shades of Radical Red #FE3B5A
Tints of Radical Red #FE3B5A
RGB
CMYK
RGB Variations
Color information
#FE3B5A (or 0xFE3B5A) is known color: Radical Red. HEX triplet: FE, 3B and 5A. RGB value is (254,59,90). Sum of RGB (Red+Green+Blue) = 254+59+90=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3B5A is #01C4A5. Grayscale: #787878. Windows color (decimal): -115878 or 5913598. OLE color: 5913598.
HSL color Cylindrical-coordinate representation of color #FE3B5A: hue angle of 350.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3B5A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 90 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.00 |
| HSL | 350.46º | 0.99% | 0.61% | - |
| HSV(B) | 350.46º | 0.77% | 1% | - |
| XYZ | 44.28 | 24.94 | 12.15 | - |
| YUV | 120.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 90 | 0 | 0.77 | 0.65 | 0.00 | 350.46 | 0.99 | 0.61 |
| Hex | FE | 3B | 5A | 0 | 4D | 41 | 0 | 15E | 63 | 3D |
| Octal | 376 | 73 | 132 | 0 | 115 | 101 | 0 | 536 | 143 | 75 |
| Binary | 11111110 | 111011 | 1011010 | 0 | 1001101 | 1000001 | 0 | 101011110 | 1100011 | 111101 |
Color Harmonies of #FE3B5A
Complementary color
Monochromatic Colors of #FE3B5A
Black with #FE3B5A
Text Example
Text Example
White with #FE3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B5A; }
p { color: rgb(254,59,90); }
H1.HeaderClassName
{
color: #FE3B5A;
}
.AnyTagClassName
{
color: #FE3B5A;
}
</style>
background-color css
<style>
a { background-color: #FE3B5A; }
a { background-color: rgb(254,59,90); }
div.DivClassName
{
background-color: #FE3B5A;
}
.BgClassName
{
background-color: #FE3B5A;
}
</style>
border-color css
<style>
span { border-color: #FE3B5A; }
span { border-color: rgb(254,59,90); }
td.TdClassName
{
border-color: #FE3B5A;
}
.TagClassName
{
border-color: #FE3B5A;
}
</style>