Shades of Wild Strawberry #FE348E
Tints of Wild Strawberry #FE348E
RGB
CMYK
RGB Variations
Color information
#FE348E (or 0xFE348E) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8E. RGB value is (254,52,142). Sum of RGB (Red+Green+Blue) = 254+52+142=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348E is #01CB71. Grayscale: #7A7A7A. Windows color (decimal): -117618 or 9319678. OLE color: 9319678.
HSL color Cylindrical-coordinate representation of color #FE348E: hue angle of 333.27º 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 #FE348E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 142 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.00 |
| HSL | 333.27º | 0.99% | 0.6% | - |
| HSV(B) | 333.27º | 0.8% | 1% | - |
| XYZ | 46.98 | 25.48 | 28.03 | - |
| YUV | 122.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 142 | 0 | 0.80 | 0.44 | 0.00 | 333.27 | 0.99 | 0.6 |
| Hex | FE | 34 | 8E | 0 | 50 | 2C | 0 | 14D | 63 | 3C |
| Octal | 376 | 64 | 216 | 0 | 120 | 54 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110100 | 10001110 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE348E
Complementary color
Monochromatic Colors of #FE348E
Black with #FE348E
Text Example
Text Example
White with #FE348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE348E; }
p { color: rgb(254,52,142); }
H1.HeaderClassName
{
color: #FE348E;
}
.AnyTagClassName
{
color: #FE348E;
}
</style>
background-color css
<style>
a { background-color: #FE348E; }
a { background-color: rgb(254,52,142); }
div.DivClassName
{
background-color: #FE348E;
}
.BgClassName
{
background-color: #FE348E;
}
</style>
border-color css
<style>
span { border-color: #FE348E; }
span { border-color: rgb(254,52,142); }
td.TdClassName
{
border-color: #FE348E;
}
.TagClassName
{
border-color: #FE348E;
}
</style>