Shades of Wild Strawberry #FE2E86
Tints of Wild Strawberry #FE2E86
RGB
CMYK
RGB Variations
Color information
#FE2E86 (or 0xFE2E86) is known color: Wild Strawberry. HEX triplet: FE, 2E and 86. RGB value is (254,46,134). Sum of RGB (Red+Green+Blue) = 254+46+134=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E86 is #01D179. Grayscale: #767676. Windows color (decimal): -119162 or 8793854. OLE color: 8793854.
HSL color Cylindrical-coordinate representation of color #FE2E86: hue angle of 334.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E86 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 134 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.00 |
| HSL | 334.62º | 0.99% | 0.59% | - |
| HSV(B) | 334.62º | 0.82% | 1% | - |
| XYZ | 46.15 | 24.75 | 24.9 | - |
| YUV | 118.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 134 | 0 | 0.82 | 0.47 | 0.00 | 334.62 | 0.99 | 0.59 |
| Hex | FE | 2E | 86 | 0 | 52 | 2F | 0 | 14F | 63 | 3B |
| Octal | 376 | 56 | 206 | 0 | 122 | 57 | 0 | 517 | 143 | 73 |
| Binary | 11111110 | 101110 | 10000110 | 0 | 1010010 | 101111 | 0 | 101001111 | 1100011 | 111011 |
Color Harmonies of #FE2E86
Complementary color
Monochromatic Colors of #FE2E86
Black with #FE2E86
Text Example
Text Example
White with #FE2E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E86; }
p { color: rgb(254,46,134); }
H1.HeaderClassName
{
color: #FE2E86;
}
.AnyTagClassName
{
color: #FE2E86;
}
</style>
background-color css
<style>
a { background-color: #FE2E86; }
a { background-color: rgb(254,46,134); }
div.DivClassName
{
background-color: #FE2E86;
}
.BgClassName
{
background-color: #FE2E86;
}
</style>
border-color css
<style>
span { border-color: #FE2E86; }
span { border-color: rgb(254,46,134); }
td.TdClassName
{
border-color: #FE2E86;
}
.TagClassName
{
border-color: #FE2E86;
}
</style>