Shades of Wild Strawberry #FE2883
Tints of Wild Strawberry #FE2883
RGB
CMYK
RGB Variations
Color information
#FE2883 (or 0xFE2883) is known color: Wild Strawberry. HEX triplet: FE, 28 and 83. RGB value is (254,40,131). Sum of RGB (Red+Green+Blue) = 254+40+131=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2883 is #01D77C. Grayscale: #727272. Windows color (decimal): -120701 or 8595710. OLE color: 8595710.
HSL color Cylindrical-coordinate representation of color #FE2883: hue angle of 334.49º 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 #FE2883 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 131 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.00 |
| HSL | 334.49º | 0.99% | 0.58% | - |
| HSV(B) | 334.49º | 0.84% | 1% | - |
| XYZ | 45.73 | 24.23 | 23.74 | - |
| YUV | 114.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 131 | 0 | 0.84 | 0.48 | 0.00 | 334.49 | 0.99 | 0.58 |
| Hex | FE | 28 | 83 | 0 | 54 | 30 | 0 | 14E | 63 | 3A |
| Octal | 376 | 50 | 203 | 0 | 124 | 60 | 0 | 516 | 143 | 72 |
| Binary | 11111110 | 101000 | 10000011 | 0 | 1010100 | 110000 | 0 | 101001110 | 1100011 | 111010 |
Color Harmonies of #FE2883
Complementary color
Monochromatic Colors of #FE2883
Black with #FE2883
Text Example
Text Example
White with #FE2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2883; }
p { color: rgb(254,40,131); }
H1.HeaderClassName
{
color: #FE2883;
}
.AnyTagClassName
{
color: #FE2883;
}
</style>
background-color css
<style>
a { background-color: #FE2883; }
a { background-color: rgb(254,40,131); }
div.DivClassName
{
background-color: #FE2883;
}
.BgClassName
{
background-color: #FE2883;
}
</style>
border-color css
<style>
span { border-color: #FE2883; }
span { border-color: rgb(254,40,131); }
td.TdClassName
{
border-color: #FE2883;
}
.TagClassName
{
border-color: #FE2883;
}
</style>