Shades of Wild Strawberry #FE298C
Tints of Wild Strawberry #FE298C
RGB
CMYK
RGB Variations
Color information
#FE298C (or 0xFE298C) is known color: Wild Strawberry. HEX triplet: FE, 29 and 8C. RGB value is (254,41,140). Sum of RGB (Red+Green+Blue) = 254+41+140=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE298C is #01D673. Grayscale: #737373. Windows color (decimal): -120436 or 9185790. OLE color: 9185790.
HSL color Cylindrical-coordinate representation of color #FE298C: hue angle of 332.11º 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 #FE298C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 140 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.00 |
| HSL | 332.11º | 0.99% | 0.58% | - |
| HSV(B) | 332.11º | 0.84% | 1% | - |
| XYZ | 46.4 | 24.55 | 27.1 | - |
| YUV | 115.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 140 | 0 | 0.84 | 0.45 | 0.00 | 332.11 | 0.99 | 0.58 |
| Hex | FE | 29 | 8C | 0 | 54 | 2D | 0 | 14C | 63 | 3A |
| Octal | 376 | 51 | 214 | 0 | 124 | 55 | 0 | 514 | 143 | 72 |
| Binary | 11111110 | 101001 | 10001100 | 0 | 1010100 | 101101 | 0 | 101001100 | 1100011 | 111010 |
Color Harmonies of #FE298C
Complementary color
Monochromatic Colors of #FE298C
Black with #FE298C
Text Example
Text Example
White with #FE298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE298C; }
p { color: rgb(254,41,140); }
H1.HeaderClassName
{
color: #FE298C;
}
.AnyTagClassName
{
color: #FE298C;
}
</style>
background-color css
<style>
a { background-color: #FE298C; }
a { background-color: rgb(254,41,140); }
div.DivClassName
{
background-color: #FE298C;
}
.BgClassName
{
background-color: #FE298C;
}
</style>
border-color css
<style>
span { border-color: #FE298C; }
span { border-color: rgb(254,41,140); }
td.TdClassName
{
border-color: #FE298C;
}
.TagClassName
{
border-color: #FE298C;
}
</style>