Shades of Wild Strawberry #FE2E90
Tints of Wild Strawberry #FE2E90
RGB
CMYK
RGB Variations
Color information
#FE2E90 (or 0xFE2E90) is known color: Wild Strawberry. HEX triplet: FE, 2E and 90. RGB value is (254,46,144). Sum of RGB (Red+Green+Blue) = 254+46+144=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E90 is #01D16F. Grayscale: #777777. Windows color (decimal): -119152 or 9449214. OLE color: 9449214.
HSL color Cylindrical-coordinate representation of color #FE2E90: hue angle of 331.73º 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 #FE2E90 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 144 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.00 |
| HSL | 331.73º | 0.99% | 0.59% | - |
| HSV(B) | 331.73º | 0.82% | 1% | - |
| XYZ | 46.88 | 25.04 | 28.75 | - |
| YUV | 119.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 144 | 0 | 0.82 | 0.43 | 0.00 | 331.73 | 0.99 | 0.59 |
| Hex | FE | 2E | 90 | 0 | 52 | 2B | 0 | 14C | 63 | 3B |
| Octal | 376 | 56 | 220 | 0 | 122 | 53 | 0 | 514 | 143 | 73 |
| Binary | 11111110 | 101110 | 10010000 | 0 | 1010010 | 101011 | 0 | 101001100 | 1100011 | 111011 |
Color Harmonies of #FE2E90
Complementary color
Monochromatic Colors of #FE2E90
Black with #FE2E90
Text Example
Text Example
White with #FE2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E90; }
p { color: rgb(254,46,144); }
H1.HeaderClassName
{
color: #FE2E90;
}
.AnyTagClassName
{
color: #FE2E90;
}
</style>
background-color css
<style>
a { background-color: #FE2E90; }
a { background-color: rgb(254,46,144); }
div.DivClassName
{
background-color: #FE2E90;
}
.BgClassName
{
background-color: #FE2E90;
}
</style>
border-color css
<style>
span { border-color: #FE2E90; }
span { border-color: rgb(254,46,144); }
td.TdClassName
{
border-color: #FE2E90;
}
.TagClassName
{
border-color: #FE2E90;
}
</style>