Shades of Wild Strawberry #FE3EA0
Tints of Wild Strawberry #FE3EA0
RGB
CMYK
RGB Variations
Color information
#FE3EA0 (or 0xFE3EA0) is known color: Wild Strawberry. HEX triplet: FE, 3E and A0. RGB value is (254,62,160). Sum of RGB (Red+Green+Blue) = 254+62+160=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3EA0 is #01C15F. Grayscale: #828282. Windows color (decimal): -115040 or 10501886. OLE color: 10501886.
HSL color Cylindrical-coordinate representation of color #FE3EA0: hue angle of 329.38º 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 #FE3EA0 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 160 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.00 |
| HSL | 329.38º | 0.99% | 0.62% | - |
| HSV(B) | 329.38º | 0.76% | 1% | - |
| XYZ | 48.94 | 27.05 | 35.9 | - |
| YUV | 130.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 160 | 0 | 0.76 | 0.37 | 0.00 | 329.38 | 0.99 | 0.62 |
| Hex | FE | 3E | A0 | 0 | 4C | 25 | 0 | 149 | 63 | 3E |
| Octal | 376 | 76 | 240 | 0 | 114 | 45 | 0 | 511 | 143 | 76 |
| Binary | 11111110 | 111110 | 10100000 | 0 | 1001100 | 100101 | 0 | 101001001 | 1100011 | 111110 |
Color Harmonies of #FE3EA0
Complementary color
Monochromatic Colors of #FE3EA0
Black with #FE3EA0
Text Example
Text Example
White with #FE3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EA0; }
p { color: rgb(254,62,160); }
H1.HeaderClassName
{
color: #FE3EA0;
}
.AnyTagClassName
{
color: #FE3EA0;
}
</style>
background-color css
<style>
a { background-color: #FE3EA0; }
a { background-color: rgb(254,62,160); }
div.DivClassName
{
background-color: #FE3EA0;
}
.BgClassName
{
background-color: #FE3EA0;
}
</style>
border-color css
<style>
span { border-color: #FE3EA0; }
span { border-color: rgb(254,62,160); }
td.TdClassName
{
border-color: #FE3EA0;
}
.TagClassName
{
border-color: #FE3EA0;
}
</style>