Shades of Wild Strawberry #FE2D87
Tints of Wild Strawberry #FE2D87
RGB
CMYK
RGB Variations
Color information
#FE2D87 (or 0xFE2D87) is known color: Wild Strawberry. HEX triplet: FE, 2D and 87. RGB value is (254,45,135). Sum of RGB (Red+Green+Blue) = 254+45+135=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D87 is #01D278. Grayscale: #757575. Windows color (decimal): -119417 or 8859134. OLE color: 8859134.
HSL color Cylindrical-coordinate representation of color #FE2D87: hue angle of 334.16º 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 #FE2D87 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 135 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.00 |
| HSL | 334.16º | 0.99% | 0.59% | - |
| HSV(B) | 334.16º | 0.82% | 1% | - |
| XYZ | 46.18 | 24.7 | 25.25 | - |
| YUV | 117.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 135 | 0 | 0.82 | 0.47 | 0.00 | 334.16 | 0.99 | 0.59 |
| Hex | FE | 2D | 87 | 0 | 52 | 2F | 0 | 14E | 63 | 3B |
| Octal | 376 | 55 | 207 | 0 | 122 | 57 | 0 | 516 | 143 | 73 |
| Binary | 11111110 | 101101 | 10000111 | 0 | 1010010 | 101111 | 0 | 101001110 | 1100011 | 111011 |
Color Harmonies of #FE2D87
Complementary color
Monochromatic Colors of #FE2D87
Black with #FE2D87
Text Example
Text Example
White with #FE2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D87; }
p { color: rgb(254,45,135); }
H1.HeaderClassName
{
color: #FE2D87;
}
.AnyTagClassName
{
color: #FE2D87;
}
</style>
background-color css
<style>
a { background-color: #FE2D87; }
a { background-color: rgb(254,45,135); }
div.DivClassName
{
background-color: #FE2D87;
}
.BgClassName
{
background-color: #FE2D87;
}
</style>
border-color css
<style>
span { border-color: #FE2D87; }
span { border-color: rgb(254,45,135); }
td.TdClassName
{
border-color: #FE2D87;
}
.TagClassName
{
border-color: #FE2D87;
}
</style>