Shades of Wild Strawberry #FE2D98
Tints of Wild Strawberry #FE2D98
RGB
CMYK
RGB Variations
Color information
#FE2D98 (or 0xFE2D98) is known color: Wild Strawberry. HEX triplet: FE, 2D and 98. RGB value is (254,45,152). Sum of RGB (Red+Green+Blue) = 254+45+152=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D98 is #01D267. Grayscale: #777777. Windows color (decimal): -119400 or 9973246. OLE color: 9973246.
HSL color Cylindrical-coordinate representation of color #FE2D98: hue angle of 329.28º 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 #FE2D98 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 152 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.00 |
| HSL | 329.28º | 0.99% | 0.59% | - |
| HSV(B) | 329.28º | 0.82% | 1% | - |
| XYZ | 47.48 | 25.21 | 32.07 | - |
| YUV | 119.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 152 | 0 | 0.82 | 0.40 | 0.00 | 329.28 | 0.99 | 0.59 |
| Hex | FE | 2D | 98 | 0 | 52 | 28 | 0 | 149 | 63 | 3B |
| Octal | 376 | 55 | 230 | 0 | 122 | 50 | 0 | 511 | 143 | 73 |
| Binary | 11111110 | 101101 | 10011000 | 0 | 1010010 | 101000 | 0 | 101001001 | 1100011 | 111011 |
Color Harmonies of #FE2D98
Complementary color
Monochromatic Colors of #FE2D98
Black with #FE2D98
Text Example
Text Example
White with #FE2D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D98; }
p { color: rgb(254,45,152); }
H1.HeaderClassName
{
color: #FE2D98;
}
.AnyTagClassName
{
color: #FE2D98;
}
</style>
background-color css
<style>
a { background-color: #FE2D98; }
a { background-color: rgb(254,45,152); }
div.DivClassName
{
background-color: #FE2D98;
}
.BgClassName
{
background-color: #FE2D98;
}
</style>
border-color css
<style>
span { border-color: #FE2D98; }
span { border-color: rgb(254,45,152); }
td.TdClassName
{
border-color: #FE2D98;
}
.TagClassName
{
border-color: #FE2D98;
}
</style>