Shades of Radical Red #FE3E6E
Tints of Radical Red #FE3E6E
RGB
CMYK
RGB Variations
Color information
#FE3E6E (or 0xFE3E6E) is known color: Radical Red. HEX triplet: FE, 3E and 6E. RGB value is (254,62,110). Sum of RGB (Red+Green+Blue) = 254+62+110=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3E6E is #01C191. Grayscale: #7C7C7C. Windows color (decimal): -115090 or 7225086. OLE color: 7225086.
HSL color Cylindrical-coordinate representation of color #FE3E6E: hue angle of 345º 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 #FE3E6E is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 110 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.00 |
| HSL | 345º | 0.99% | 0.62% | - |
| HSV(B) | 345º | 0.76% | 1% | - |
| XYZ | 45.41 | 25.64 | 17.31 | - |
| YUV | 124.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 110 | 0 | 0.76 | 0.57 | 0.00 | 345 | 0.99 | 0.62 |
| Hex | FE | 3E | 6E | 0 | 4C | 39 | 0 | 159 | 63 | 3E |
| Octal | 376 | 76 | 156 | 0 | 114 | 71 | 0 | 531 | 143 | 76 |
| Binary | 11111110 | 111110 | 1101110 | 0 | 1001100 | 111001 | 0 | 101011001 | 1100011 | 111110 |
Color Harmonies of #FE3E6E
Complementary color
Monochromatic Colors of #FE3E6E
Black with #FE3E6E
Text Example
Text Example
White with #FE3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E6E; }
p { color: rgb(254,62,110); }
H1.HeaderClassName
{
color: #FE3E6E;
}
.AnyTagClassName
{
color: #FE3E6E;
}
</style>
background-color css
<style>
a { background-color: #FE3E6E; }
a { background-color: rgb(254,62,110); }
div.DivClassName
{
background-color: #FE3E6E;
}
.BgClassName
{
background-color: #FE3E6E;
}
</style>
border-color css
<style>
span { border-color: #FE3E6E; }
span { border-color: rgb(254,62,110); }
td.TdClassName
{
border-color: #FE3E6E;
}
.TagClassName
{
border-color: #FE3E6E;
}
</style>