Shades of Wild Strawberry #FE338E
Tints of Wild Strawberry #FE338E
RGB
CMYK
RGB Variations
Color information
#FE338E (or 0xFE338E) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8E. RGB value is (254,51,142). Sum of RGB (Red+Green+Blue) = 254+51+142=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338E is #01CC71. Grayscale: #797979. Windows color (decimal): -117874 or 9319422. OLE color: 9319422.
HSL color Cylindrical-coordinate representation of color #FE338E: hue angle of 333.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE338E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 142 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.00 |
| HSL | 333.1º | 0.99% | 0.6% | - |
| HSV(B) | 333.1º | 0.8% | 1% | - |
| XYZ | 46.94 | 25.39 | 28.02 | - |
| YUV | 122.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 142 | 0 | 0.80 | 0.44 | 0.00 | 333.1 | 0.99 | 0.6 |
| Hex | FE | 33 | 8E | 0 | 50 | 2C | 0 | 14D | 63 | 3C |
| Octal | 376 | 63 | 216 | 0 | 120 | 54 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110011 | 10001110 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE338E
Complementary color
Monochromatic Colors of #FE338E
Black with #FE338E
Text Example
Text Example
White with #FE338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE338E; }
p { color: rgb(254,51,142); }
H1.HeaderClassName
{
color: #FE338E;
}
.AnyTagClassName
{
color: #FE338E;
}
</style>
background-color css
<style>
a { background-color: #FE338E; }
a { background-color: rgb(254,51,142); }
div.DivClassName
{
background-color: #FE338E;
}
.BgClassName
{
background-color: #FE338E;
}
</style>
border-color css
<style>
span { border-color: #FE338E; }
span { border-color: rgb(254,51,142); }
td.TdClassName
{
border-color: #FE338E;
}
.TagClassName
{
border-color: #FE338E;
}
</style>