Shades of Wild Strawberry #FE298A
Tints of Wild Strawberry #FE298A
RGB
CMYK
RGB Variations
Color information
#FE298A (or 0xFE298A) is known color: Wild Strawberry. HEX triplet: FE, 29 and 8A. RGB value is (254,41,138). Sum of RGB (Red+Green+Blue) = 254+41+138=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE298A is #01D675. Grayscale: #737373. Windows color (decimal): -120438 or 9054718. OLE color: 9054718.
HSL color Cylindrical-coordinate representation of color #FE298A: hue angle of 332.68º 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 #FE298A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 138 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.00 |
| HSL | 332.68º | 0.99% | 0.58% | - |
| HSV(B) | 332.68º | 0.84% | 1% | - |
| XYZ | 46.25 | 24.49 | 26.33 | - |
| YUV | 115.75 | 140.57 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 138 | 0 | 0.84 | 0.46 | 0.00 | 332.68 | 0.99 | 0.58 |
| Hex | FE | 29 | 8A | 0 | 54 | 2E | 0 | 14D | 63 | 3A |
| Octal | 376 | 51 | 212 | 0 | 124 | 56 | 0 | 515 | 143 | 72 |
| Binary | 11111110 | 101001 | 10001010 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100011 | 111010 |
Color Harmonies of #FE298A
Complementary color
Monochromatic Colors of #FE298A
Black with #FE298A
Text Example
Text Example
White with #FE298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE298A; }
p { color: rgb(254,41,138); }
H1.HeaderClassName
{
color: #FE298A;
}
.AnyTagClassName
{
color: #FE298A;
}
</style>
background-color css
<style>
a { background-color: #FE298A; }
a { background-color: rgb(254,41,138); }
div.DivClassName
{
background-color: #FE298A;
}
.BgClassName
{
background-color: #FE298A;
}
</style>
border-color css
<style>
span { border-color: #FE298A; }
span { border-color: rgb(254,41,138); }
td.TdClassName
{
border-color: #FE298A;
}
.TagClassName
{
border-color: #FE298A;
}
</style>