Shades of Wild Strawberry #FE2F89
Tints of Wild Strawberry #FE2F89
RGB
CMYK
RGB Variations
Color information
#FE2F89 (or 0xFE2F89) is known color: Wild Strawberry. HEX triplet: FE, 2F and 89. RGB value is (254,47,137). Sum of RGB (Red+Green+Blue) = 254+47+137=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F89 is #01D076. Grayscale: #777777. Windows color (decimal): -118903 or 8990718. OLE color: 8990718.
HSL color Cylindrical-coordinate representation of color #FE2F89: hue angle of 333.91º 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 #FE2F89 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 137 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.00 |
| HSL | 333.91º | 0.99% | 0.59% | - |
| HSV(B) | 333.91º | 0.81% | 1% | - |
| XYZ | 46.4 | 24.91 | 26.03 | - |
| YUV | 119.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 137 | 0 | 0.81 | 0.46 | 0.00 | 333.91 | 0.99 | 0.59 |
| Hex | FE | 2F | 89 | 0 | 51 | 2E | 0 | 14E | 63 | 3B |
| Octal | 376 | 57 | 211 | 0 | 121 | 56 | 0 | 516 | 143 | 73 |
| Binary | 11111110 | 101111 | 10001001 | 0 | 1010001 | 101110 | 0 | 101001110 | 1100011 | 111011 |
Color Harmonies of #FE2F89
Complementary color
Monochromatic Colors of #FE2F89
Black with #FE2F89
Text Example
Text Example
White with #FE2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F89; }
p { color: rgb(254,47,137); }
H1.HeaderClassName
{
color: #FE2F89;
}
.AnyTagClassName
{
color: #FE2F89;
}
</style>
background-color css
<style>
a { background-color: #FE2F89; }
a { background-color: rgb(254,47,137); }
div.DivClassName
{
background-color: #FE2F89;
}
.BgClassName
{
background-color: #FE2F89;
}
</style>
border-color css
<style>
span { border-color: #FE2F89; }
span { border-color: rgb(254,47,137); }
td.TdClassName
{
border-color: #FE2F89;
}
.TagClassName
{
border-color: #FE2F89;
}
</style>