Shades of Wild Strawberry #FE297D
Tints of Wild Strawberry #FE297D
RGB
CMYK
RGB Variations
Color information
#FE297D (or 0xFE297D) is known color: Wild Strawberry. HEX triplet: FE, 29 and 7D. RGB value is (254,41,125). Sum of RGB (Red+Green+Blue) = 254+41+125=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE297D is #01D682. Grayscale: #727272. Windows color (decimal): -120451 or 8202750. OLE color: 8202750.
HSL color Cylindrical-coordinate representation of color #FE297D: hue angle of 336.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE297D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 125 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.00 |
| HSL | 336.34º | 0.99% | 0.58% | - |
| HSV(B) | 336.34º | 0.84% | 1% | - |
| XYZ | 45.37 | 24.14 | 21.67 | - |
| YUV | 114.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 125 | 0 | 0.84 | 0.51 | 0.00 | 336.34 | 0.99 | 0.58 |
| Hex | FE | 29 | 7D | 0 | 54 | 33 | 0 | 150 | 63 | 3A |
| Octal | 376 | 51 | 175 | 0 | 124 | 63 | 0 | 520 | 143 | 72 |
| Binary | 11111110 | 101001 | 1111101 | 0 | 1010100 | 110011 | 0 | 101010000 | 1100011 | 111010 |
Color Harmonies of #FE297D
Complementary color
Monochromatic Colors of #FE297D
Black with #FE297D
Text Example
Text Example
White with #FE297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE297D; }
p { color: rgb(254,41,125); }
H1.HeaderClassName
{
color: #FE297D;
}
.AnyTagClassName
{
color: #FE297D;
}
</style>
background-color css
<style>
a { background-color: #FE297D; }
a { background-color: rgb(254,41,125); }
div.DivClassName
{
background-color: #FE297D;
}
.BgClassName
{
background-color: #FE297D;
}
</style>
border-color css
<style>
span { border-color: #FE297D; }
span { border-color: rgb(254,41,125); }
td.TdClassName
{
border-color: #FE297D;
}
.TagClassName
{
border-color: #FE297D;
}
</style>