Shades of Wild Strawberry #FE288E
Tints of Wild Strawberry #FE288E
RGB
CMYK
RGB Variations
Color information
#FE288E (or 0xFE288E) is known color: Wild Strawberry. HEX triplet: FE, 28 and 8E. RGB value is (254,40,142). Sum of RGB (Red+Green+Blue) = 254+40+142=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE288E is #01D771. Grayscale: #737373. Windows color (decimal): -120690 or 9316606. OLE color: 9316606.
HSL color Cylindrical-coordinate representation of color #FE288E: hue angle of 331.4º 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 #FE288E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 142 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.00 |
| HSL | 331.4º | 0.99% | 0.58% | - |
| HSV(B) | 331.4º | 0.84% | 1% | - |
| XYZ | 46.51 | 24.54 | 27.88 | - |
| YUV | 115.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 142 | 0 | 0.84 | 0.44 | 0.00 | 331.4 | 0.99 | 0.58 |
| Hex | FE | 28 | 8E | 0 | 54 | 2C | 0 | 14B | 63 | 3A |
| Octal | 376 | 50 | 216 | 0 | 124 | 54 | 0 | 513 | 143 | 72 |
| Binary | 11111110 | 101000 | 10001110 | 0 | 1010100 | 101100 | 0 | 101001011 | 1100011 | 111010 |
Color Harmonies of #FE288E
Complementary color
Monochromatic Colors of #FE288E
Black with #FE288E
Text Example
Text Example
White with #FE288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE288E; }
p { color: rgb(254,40,142); }
H1.HeaderClassName
{
color: #FE288E;
}
.AnyTagClassName
{
color: #FE288E;
}
</style>
background-color css
<style>
a { background-color: #FE288E; }
a { background-color: rgb(254,40,142); }
div.DivClassName
{
background-color: #FE288E;
}
.BgClassName
{
background-color: #FE288E;
}
</style>
border-color css
<style>
span { border-color: #FE288E; }
span { border-color: rgb(254,40,142); }
td.TdClassName
{
border-color: #FE288E;
}
.TagClassName
{
border-color: #FE288E;
}
</style>