Shades of Wild Strawberry #FE2897
Tints of Wild Strawberry #FE2897
RGB
CMYK
RGB Variations
Color information
#FE2897 (or 0xFE2897) is known color: Wild Strawberry. HEX triplet: FE, 28 and 97. RGB value is (254,40,151). Sum of RGB (Red+Green+Blue) = 254+40+151=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2897 is #01D768. Grayscale: #747474. Windows color (decimal): -120681 or 9906430. OLE color: 9906430.
HSL color Cylindrical-coordinate representation of color #FE2897: hue angle of 328.88º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2897 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 151 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.00 |
| HSL | 328.88º | 0.99% | 0.58% | - |
| HSV(B) | 328.88º | 0.84% | 1% | - |
| XYZ | 47.22 | 24.82 | 31.58 | - |
| YUV | 116.64 | 147.4 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 151 | 0 | 0.84 | 0.41 | 0.00 | 328.88 | 0.99 | 0.58 |
| Hex | FE | 28 | 97 | 0 | 54 | 29 | 0 | 149 | 63 | 3A |
| Octal | 376 | 50 | 227 | 0 | 124 | 51 | 0 | 511 | 143 | 72 |
| Binary | 11111110 | 101000 | 10010111 | 0 | 1010100 | 101001 | 0 | 101001001 | 1100011 | 111010 |
Color Harmonies of #FE2897
Complementary color
Monochromatic Colors of #FE2897
Black with #FE2897
Text Example
Text Example
White with #FE2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2897; }
p { color: rgb(254,40,151); }
H1.HeaderClassName
{
color: #FE2897;
}
.AnyTagClassName
{
color: #FE2897;
}
</style>
background-color css
<style>
a { background-color: #FE2897; }
a { background-color: rgb(254,40,151); }
div.DivClassName
{
background-color: #FE2897;
}
.BgClassName
{
background-color: #FE2897;
}
</style>
border-color css
<style>
span { border-color: #FE2897; }
span { border-color: rgb(254,40,151); }
td.TdClassName
{
border-color: #FE2897;
}
.TagClassName
{
border-color: #FE2897;
}
</style>