Shades of Wild Strawberry #FE2D80
Tints of Wild Strawberry #FE2D80
RGB
CMYK
RGB Variations
Color information
#FE2D80 (or 0xFE2D80) is known color: Wild Strawberry. HEX triplet: FE, 2D and 80. RGB value is (254,45,128). Sum of RGB (Red+Green+Blue) = 254+45+128=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D80 is #01D27F. Grayscale: #747474. Windows color (decimal): -119424 or 8400382. OLE color: 8400382.
HSL color Cylindrical-coordinate representation of color #FE2D80: hue angle of 336.17º 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 #FE2D80 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 128 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.00 |
| HSL | 336.17º | 0.99% | 0.59% | - |
| HSV(B) | 336.17º | 0.82% | 1% | - |
| XYZ | 45.71 | 24.51 | 22.74 | - |
| YUV | 116.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 128 | 0 | 0.82 | 0.50 | 0.00 | 336.17 | 0.99 | 0.59 |
| Hex | FE | 2D | 80 | 0 | 52 | 32 | 0 | 150 | 63 | 3B |
| Octal | 376 | 55 | 200 | 0 | 122 | 62 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 101101 | 10000000 | 0 | 1010010 | 110010 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE2D80
Complementary color
Monochromatic Colors of #FE2D80
Black with #FE2D80
Text Example
Text Example
White with #FE2D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D80; }
p { color: rgb(254,45,128); }
H1.HeaderClassName
{
color: #FE2D80;
}
.AnyTagClassName
{
color: #FE2D80;
}
</style>
background-color css
<style>
a { background-color: #FE2D80; }
a { background-color: rgb(254,45,128); }
div.DivClassName
{
background-color: #FE2D80;
}
.BgClassName
{
background-color: #FE2D80;
}
</style>
border-color css
<style>
span { border-color: #FE2D80; }
span { border-color: rgb(254,45,128); }
td.TdClassName
{
border-color: #FE2D80;
}
.TagClassName
{
border-color: #FE2D80;
}
</style>