Shades of Wild Strawberry #FE2F87
Tints of Wild Strawberry #FE2F87
RGB
CMYK
RGB Variations
Color information
#FE2F87 (or 0xFE2F87) is known color: Wild Strawberry. HEX triplet: FE, 2F and 87. RGB value is (254,47,135). Sum of RGB (Red+Green+Blue) = 254+47+135=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F87 is #01D078. Grayscale: #767676. Windows color (decimal): -118905 or 8859646. OLE color: 8859646.
HSL color Cylindrical-coordinate representation of color #FE2F87: hue angle of 334.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F87 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 135 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.00 |
| HSL | 334.49º | 0.99% | 0.59% | - |
| HSV(B) | 334.49º | 0.81% | 1% | - |
| XYZ | 46.26 | 24.85 | 25.28 | - |
| YUV | 118.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 135 | 0 | 0.81 | 0.47 | 0.00 | 334.49 | 0.99 | 0.59 |
| Hex | FE | 2F | 87 | 0 | 51 | 2F | 0 | 14E | 63 | 3B |
| Octal | 376 | 57 | 207 | 0 | 121 | 57 | 0 | 516 | 143 | 73 |
| Binary | 11111110 | 101111 | 10000111 | 0 | 1010001 | 101111 | 0 | 101001110 | 1100011 | 111011 |
Color Harmonies of #FE2F87
Complementary color
Monochromatic Colors of #FE2F87
Black with #FE2F87
Text Example
Text Example
White with #FE2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F87; }
p { color: rgb(254,47,135); }
H1.HeaderClassName
{
color: #FE2F87;
}
.AnyTagClassName
{
color: #FE2F87;
}
</style>
background-color css
<style>
a { background-color: #FE2F87; }
a { background-color: rgb(254,47,135); }
div.DivClassName
{
background-color: #FE2F87;
}
.BgClassName
{
background-color: #FE2F87;
}
</style>
border-color css
<style>
span { border-color: #FE2F87; }
span { border-color: rgb(254,47,135); }
td.TdClassName
{
border-color: #FE2F87;
}
.TagClassName
{
border-color: #FE2F87;
}
</style>