Shades of Wild Strawberry #FE2888
Tints of Wild Strawberry #FE2888
RGB
CMYK
RGB Variations
Color information
#FE2888 (or 0xFE2888) is known color: Wild Strawberry. HEX triplet: FE, 28 and 88. RGB value is (254,40,136). Sum of RGB (Red+Green+Blue) = 254+40+136=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2888 is #01D777. Grayscale: #727272. Windows color (decimal): -120696 or 8923390. OLE color: 8923390.
HSL color Cylindrical-coordinate representation of color #FE2888: hue angle of 333.08º 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 #FE2888 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 136 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.00 |
| HSL | 333.08º | 0.99% | 0.58% | - |
| HSV(B) | 333.08º | 0.84% | 1% | - |
| XYZ | 46.08 | 24.37 | 25.57 | - |
| YUV | 114.93 | 139.9 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 136 | 0 | 0.84 | 0.46 | 0.00 | 333.08 | 0.99 | 0.58 |
| Hex | FE | 28 | 88 | 0 | 54 | 2E | 0 | 14D | 63 | 3A |
| Octal | 376 | 50 | 210 | 0 | 124 | 56 | 0 | 515 | 143 | 72 |
| Binary | 11111110 | 101000 | 10001000 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100011 | 111010 |
Color Harmonies of #FE2888
Complementary color
Monochromatic Colors of #FE2888
Black with #FE2888
Text Example
Text Example
White with #FE2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2888; }
p { color: rgb(254,40,136); }
H1.HeaderClassName
{
color: #FE2888;
}
.AnyTagClassName
{
color: #FE2888;
}
</style>
background-color css
<style>
a { background-color: #FE2888; }
a { background-color: rgb(254,40,136); }
div.DivClassName
{
background-color: #FE2888;
}
.BgClassName
{
background-color: #FE2888;
}
</style>
border-color css
<style>
span { border-color: #FE2888; }
span { border-color: rgb(254,40,136); }
td.TdClassName
{
border-color: #FE2888;
}
.TagClassName
{
border-color: #FE2888;
}
</style>