Shades of Radical Red #FE3E6A
Tints of Radical Red #FE3E6A
RGB
CMYK
RGB Variations
Color information
#FE3E6A (or 0xFE3E6A) is known color: Radical Red. HEX triplet: FE, 3E and 6A. RGB value is (254,62,106). Sum of RGB (Red+Green+Blue) = 254+62+106=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3E6A is #01C195. Grayscale: #7C7C7C. Windows color (decimal): -115094 or 6962942. OLE color: 6962942.
HSL color Cylindrical-coordinate representation of color #FE3E6A: hue angle of 346.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3E6A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 106 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.00 |
| HSL | 346.25º | 0.99% | 0.62% | - |
| HSV(B) | 346.25º | 0.76% | 1% | - |
| XYZ | 45.2 | 25.56 | 16.19 | - |
| YUV | 124.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 106 | 0 | 0.76 | 0.58 | 0.00 | 346.25 | 0.99 | 0.62 |
| Hex | FE | 3E | 6A | 0 | 4C | 3A | 0 | 15A | 63 | 3E |
| Octal | 376 | 76 | 152 | 0 | 114 | 72 | 0 | 532 | 143 | 76 |
| Binary | 11111110 | 111110 | 1101010 | 0 | 1001100 | 111010 | 0 | 101011010 | 1100011 | 111110 |
Color Harmonies of #FE3E6A
Complementary color
Monochromatic Colors of #FE3E6A
Black with #FE3E6A
Text Example
Text Example
White with #FE3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E6A; }
p { color: rgb(254,62,106); }
H1.HeaderClassName
{
color: #FE3E6A;
}
.AnyTagClassName
{
color: #FE3E6A;
}
</style>
background-color css
<style>
a { background-color: #FE3E6A; }
a { background-color: rgb(254,62,106); }
div.DivClassName
{
background-color: #FE3E6A;
}
.BgClassName
{
background-color: #FE3E6A;
}
</style>
border-color css
<style>
span { border-color: #FE3E6A; }
span { border-color: rgb(254,62,106); }
td.TdClassName
{
border-color: #FE3E6A;
}
.TagClassName
{
border-color: #FE3E6A;
}
</style>