Shades of Wild Strawberry #FE298F
Tints of Wild Strawberry #FE298F
RGB
CMYK
RGB Variations
Color information
#FE298F (or 0xFE298F) is known color: Wild Strawberry. HEX triplet: FE, 29 and 8F. RGB value is (254,41,143). Sum of RGB (Red+Green+Blue) = 254+41+143=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE298F is #01D670. Grayscale: #747474. Windows color (decimal): -120433 or 9382398. OLE color: 9382398.
HSL color Cylindrical-coordinate representation of color #FE298F: hue angle of 331.27º 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 #FE298F is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 143 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.00 |
| HSL | 331.27º | 0.99% | 0.58% | - |
| HSV(B) | 331.27º | 0.84% | 1% | - |
| XYZ | 46.62 | 24.64 | 28.29 | - |
| YUV | 116.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 143 | 0 | 0.84 | 0.44 | 0.00 | 331.27 | 0.99 | 0.58 |
| Hex | FE | 29 | 8F | 0 | 54 | 2C | 0 | 14B | 63 | 3A |
| Octal | 376 | 51 | 217 | 0 | 124 | 54 | 0 | 513 | 143 | 72 |
| Binary | 11111110 | 101001 | 10001111 | 0 | 1010100 | 101100 | 0 | 101001011 | 1100011 | 111010 |
Color Harmonies of #FE298F
Complementary color
Monochromatic Colors of #FE298F
Black with #FE298F
Text Example
Text Example
White with #FE298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE298F; }
p { color: rgb(254,41,143); }
H1.HeaderClassName
{
color: #FE298F;
}
.AnyTagClassName
{
color: #FE298F;
}
</style>
background-color css
<style>
a { background-color: #FE298F; }
a { background-color: rgb(254,41,143); }
div.DivClassName
{
background-color: #FE298F;
}
.BgClassName
{
background-color: #FE298F;
}
</style>
border-color css
<style>
span { border-color: #FE298F; }
span { border-color: rgb(254,41,143); }
td.TdClassName
{
border-color: #FE298F;
}
.TagClassName
{
border-color: #FE298F;
}
</style>