Shades of Wild Strawberry #FE2D8A
Tints of Wild Strawberry #FE2D8A
RGB
CMYK
RGB Variations
Color information
#FE2D8A (or 0xFE2D8A) is known color: Wild Strawberry. HEX triplet: FE, 2D and 8A. RGB value is (254,45,138). Sum of RGB (Red+Green+Blue) = 254+45+138=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D8A is #01D275. Grayscale: #757575. Windows color (decimal): -119414 or 9055742. OLE color: 9055742.
HSL color Cylindrical-coordinate representation of color #FE2D8A: hue angle of 333.3º 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 #FE2D8A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 138 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.00 |
| HSL | 333.3º | 0.99% | 0.59% | - |
| HSV(B) | 333.3º | 0.82% | 1% | - |
| XYZ | 46.4 | 24.78 | 26.38 | - |
| YUV | 118.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 138 | 0 | 0.82 | 0.46 | 0.00 | 333.3 | 0.99 | 0.59 |
| Hex | FE | 2D | 8A | 0 | 52 | 2E | 0 | 14D | 63 | 3B |
| Octal | 376 | 55 | 212 | 0 | 122 | 56 | 0 | 515 | 143 | 73 |
| Binary | 11111110 | 101101 | 10001010 | 0 | 1010010 | 101110 | 0 | 101001101 | 1100011 | 111011 |
Color Harmonies of #FE2D8A
Complementary color
Monochromatic Colors of #FE2D8A
Black with #FE2D8A
Text Example
Text Example
White with #FE2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D8A; }
p { color: rgb(254,45,138); }
H1.HeaderClassName
{
color: #FE2D8A;
}
.AnyTagClassName
{
color: #FE2D8A;
}
</style>
background-color css
<style>
a { background-color: #FE2D8A; }
a { background-color: rgb(254,45,138); }
div.DivClassName
{
background-color: #FE2D8A;
}
.BgClassName
{
background-color: #FE2D8A;
}
</style>
border-color css
<style>
span { border-color: #FE2D8A; }
span { border-color: rgb(254,45,138); }
td.TdClassName
{
border-color: #FE2D8A;
}
.TagClassName
{
border-color: #FE2D8A;
}
</style>