Shades of Wild Strawberry #FE2886
Tints of Wild Strawberry #FE2886
RGB
CMYK
RGB Variations
Color information
#FE2886 (or 0xFE2886) is known color: Wild Strawberry. HEX triplet: FE, 28 and 86. RGB value is (254,40,134). Sum of RGB (Red+Green+Blue) = 254+40+134=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2886 is #01D779. Grayscale: #727272. Windows color (decimal): -120698 or 8792318. OLE color: 8792318.
HSL color Cylindrical-coordinate representation of color #FE2886: hue angle of 333.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2886 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 134 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.00 |
| HSL | 333.64º | 0.99% | 0.58% | - |
| HSV(B) | 333.64º | 0.84% | 1% | - |
| XYZ | 45.93 | 24.31 | 24.83 | - |
| YUV | 114.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 134 | 0 | 0.84 | 0.47 | 0.00 | 333.64 | 0.99 | 0.58 |
| Hex | FE | 28 | 86 | 0 | 54 | 2F | 0 | 14E | 63 | 3A |
| Octal | 376 | 50 | 206 | 0 | 124 | 57 | 0 | 516 | 143 | 72 |
| Binary | 11111110 | 101000 | 10000110 | 0 | 1010100 | 101111 | 0 | 101001110 | 1100011 | 111010 |
Color Harmonies of #FE2886
Complementary color
Monochromatic Colors of #FE2886
Black with #FE2886
Text Example
Text Example
White with #FE2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2886; }
p { color: rgb(254,40,134); }
H1.HeaderClassName
{
color: #FE2886;
}
.AnyTagClassName
{
color: #FE2886;
}
</style>
background-color css
<style>
a { background-color: #FE2886; }
a { background-color: rgb(254,40,134); }
div.DivClassName
{
background-color: #FE2886;
}
.BgClassName
{
background-color: #FE2886;
}
</style>
border-color css
<style>
span { border-color: #FE2886; }
span { border-color: rgb(254,40,134); }
td.TdClassName
{
border-color: #FE2886;
}
.TagClassName
{
border-color: #FE2886;
}
</style>