Shades of Wild Strawberry #FE2D99
Tints of Wild Strawberry #FE2D99
RGB
CMYK
RGB Variations
Color information
#FE2D99 (or 0xFE2D99) is known color: Wild Strawberry. HEX triplet: FE, 2D and 99. RGB value is (254,45,153). Sum of RGB (Red+Green+Blue) = 254+45+153=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D99 is #01D266. Grayscale: #777777. Windows color (decimal): -119399 or 10038782. OLE color: 10038782.
HSL color Cylindrical-coordinate representation of color #FE2D99: hue angle of 329º 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 #FE2D99 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 153 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.00 |
| HSL | 329º | 0.99% | 0.59% | - |
| HSV(B) | 329º | 0.82% | 1% | - |
| XYZ | 47.56 | 25.25 | 32.5 | - |
| YUV | 119.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 153 | 0 | 0.82 | 0.40 | 0.00 | 329 | 0.99 | 0.59 |
| Hex | FE | 2D | 99 | 0 | 52 | 28 | 0 | 149 | 63 | 3B |
| Octal | 376 | 55 | 231 | 0 | 122 | 50 | 0 | 511 | 143 | 73 |
| Binary | 11111110 | 101101 | 10011001 | 0 | 1010010 | 101000 | 0 | 101001001 | 1100011 | 111011 |
Color Harmonies of #FE2D99
Complementary color
Monochromatic Colors of #FE2D99
Black with #FE2D99
Text Example
Text Example
White with #FE2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D99; }
p { color: rgb(254,45,153); }
H1.HeaderClassName
{
color: #FE2D99;
}
.AnyTagClassName
{
color: #FE2D99;
}
</style>
background-color css
<style>
a { background-color: #FE2D99; }
a { background-color: rgb(254,45,153); }
div.DivClassName
{
background-color: #FE2D99;
}
.BgClassName
{
background-color: #FE2D99;
}
</style>
border-color css
<style>
span { border-color: #FE2D99; }
span { border-color: rgb(254,45,153); }
td.TdClassName
{
border-color: #FE2D99;
}
.TagClassName
{
border-color: #FE2D99;
}
</style>