Shades of Wild Strawberry #FE2D95
Tints of Wild Strawberry #FE2D95
RGB
CMYK
RGB Variations
Color information
#FE2D95 (or 0xFE2D95) is known color: Wild Strawberry. HEX triplet: FE, 2D and 95. RGB value is (254,45,149). Sum of RGB (Red+Green+Blue) = 254+45+149=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D95 is #01D26A. Grayscale: #777777. Windows color (decimal): -119403 or 9776638. OLE color: 9776638.
HSL color Cylindrical-coordinate representation of color #FE2D95: hue angle of 330.14º 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 #FE2D95 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 149 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.00 |
| HSL | 330.14º | 0.99% | 0.59% | - |
| HSV(B) | 330.14º | 0.82% | 1% | - |
| XYZ | 47.24 | 25.12 | 30.79 | - |
| YUV | 119.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 149 | 0 | 0.82 | 0.41 | 0.00 | 330.14 | 0.99 | 0.59 |
| Hex | FE | 2D | 95 | 0 | 52 | 29 | 0 | 14A | 63 | 3B |
| Octal | 376 | 55 | 225 | 0 | 122 | 51 | 0 | 512 | 143 | 73 |
| Binary | 11111110 | 101101 | 10010101 | 0 | 1010010 | 101001 | 0 | 101001010 | 1100011 | 111011 |
Color Harmonies of #FE2D95
Complementary color
Monochromatic Colors of #FE2D95
Black with #FE2D95
Text Example
Text Example
White with #FE2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D95; }
p { color: rgb(254,45,149); }
H1.HeaderClassName
{
color: #FE2D95;
}
.AnyTagClassName
{
color: #FE2D95;
}
</style>
background-color css
<style>
a { background-color: #FE2D95; }
a { background-color: rgb(254,45,149); }
div.DivClassName
{
background-color: #FE2D95;
}
.BgClassName
{
background-color: #FE2D95;
}
</style>
border-color css
<style>
span { border-color: #FE2D95; }
span { border-color: rgb(254,45,149); }
td.TdClassName
{
border-color: #FE2D95;
}
.TagClassName
{
border-color: #FE2D95;
}
</style>