Shades of Wild Strawberry #FE2D90
Tints of Wild Strawberry #FE2D90
RGB
CMYK
RGB Variations
Color information
#FE2D90 (or 0xFE2D90) is known color: Wild Strawberry. HEX triplet: FE, 2D and 90. RGB value is (254,45,144). Sum of RGB (Red+Green+Blue) = 254+45+144=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D90 is #01D26F. Grayscale: #767676. Windows color (decimal): -119408 or 9448958. OLE color: 9448958.
HSL color Cylindrical-coordinate representation of color #FE2D90: hue angle of 331.58º 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 #FE2D90 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 144 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.00 |
| HSL | 331.58º | 0.99% | 0.59% | - |
| HSV(B) | 331.58º | 0.82% | 1% | - |
| XYZ | 46.85 | 24.96 | 28.73 | - |
| YUV | 118.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 144 | 0 | 0.82 | 0.43 | 0.00 | 331.58 | 0.99 | 0.59 |
| Hex | FE | 2D | 90 | 0 | 52 | 2B | 0 | 14C | 63 | 3B |
| Octal | 376 | 55 | 220 | 0 | 122 | 53 | 0 | 514 | 143 | 73 |
| Binary | 11111110 | 101101 | 10010000 | 0 | 1010010 | 101011 | 0 | 101001100 | 1100011 | 111011 |
Color Harmonies of #FE2D90
Complementary color
Monochromatic Colors of #FE2D90
Black with #FE2D90
Text Example
Text Example
White with #FE2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D90; }
p { color: rgb(254,45,144); }
H1.HeaderClassName
{
color: #FE2D90;
}
.AnyTagClassName
{
color: #FE2D90;
}
</style>
background-color css
<style>
a { background-color: #FE2D90; }
a { background-color: rgb(254,45,144); }
div.DivClassName
{
background-color: #FE2D90;
}
.BgClassName
{
background-color: #FE2D90;
}
</style>
border-color css
<style>
span { border-color: #FE2D90; }
span { border-color: rgb(254,45,144); }
td.TdClassName
{
border-color: #FE2D90;
}
.TagClassName
{
border-color: #FE2D90;
}
</style>