Shades of Wild Strawberry #FE2880
Tints of Wild Strawberry #FE2880
RGB
CMYK
RGB Variations
Color information
#FE2880 (or 0xFE2880) is known color: Wild Strawberry. HEX triplet: FE, 28 and 80. RGB value is (254,40,128). Sum of RGB (Red+Green+Blue) = 254+40+128=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2880 is #01D77F. Grayscale: #717171. Windows color (decimal): -120704 or 8399102. OLE color: 8399102.
HSL color Cylindrical-coordinate representation of color #FE2880: hue angle of 335.33º 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 #FE2880 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 128 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.00 |
| HSL | 335.33º | 0.99% | 0.58% | - |
| HSV(B) | 335.33º | 0.84% | 1% | - |
| XYZ | 45.53 | 24.15 | 22.68 | - |
| YUV | 114.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 128 | 0 | 0.84 | 0.50 | 0.00 | 335.33 | 0.99 | 0.58 |
| Hex | FE | 28 | 80 | 0 | 54 | 32 | 0 | 14F | 63 | 3A |
| Octal | 376 | 50 | 200 | 0 | 124 | 62 | 0 | 517 | 143 | 72 |
| Binary | 11111110 | 101000 | 10000000 | 0 | 1010100 | 110010 | 0 | 101001111 | 1100011 | 111010 |
Color Harmonies of #FE2880
Complementary color
Monochromatic Colors of #FE2880
Black with #FE2880
Text Example
Text Example
White with #FE2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2880; }
p { color: rgb(254,40,128); }
H1.HeaderClassName
{
color: #FE2880;
}
.AnyTagClassName
{
color: #FE2880;
}
</style>
background-color css
<style>
a { background-color: #FE2880; }
a { background-color: rgb(254,40,128); }
div.DivClassName
{
background-color: #FE2880;
}
.BgClassName
{
background-color: #FE2880;
}
</style>
border-color css
<style>
span { border-color: #FE2880; }
span { border-color: rgb(254,40,128); }
td.TdClassName
{
border-color: #FE2880;
}
.TagClassName
{
border-color: #FE2880;
}
</style>