Shades of Wild Strawberry #FE349F
Tints of Wild Strawberry #FE349F
RGB
CMYK
RGB Variations
Color information
#FE349F (or 0xFE349F) is known color: Wild Strawberry. HEX triplet: FE, 34 and 9F. RGB value is (254,52,159). Sum of RGB (Red+Green+Blue) = 254+52+159=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE349F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE349F is #01CB60. Grayscale: #7C7C7C. Windows color (decimal): -117601 or 10433790. OLE color: 10433790.
HSL color Cylindrical-coordinate representation of color #FE349F: hue angle of 328.22º 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 #FE349F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 159 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.00 |
| HSL | 328.22º | 0.99% | 0.6% | - |
| HSV(B) | 328.22º | 0.8% | 1% | - |
| XYZ | 48.36 | 26.03 | 35.28 | - |
| YUV | 124.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 159 | 0 | 0.80 | 0.37 | 0.00 | 328.22 | 0.99 | 0.6 |
| Hex | FE | 34 | 9F | 0 | 50 | 25 | 0 | 148 | 63 | 3C |
| Octal | 376 | 64 | 237 | 0 | 120 | 45 | 0 | 510 | 143 | 74 |
| Binary | 11111110 | 110100 | 10011111 | 0 | 1010000 | 100101 | 0 | 101001000 | 1100011 | 111100 |
Color Harmonies of #FE349F
Complementary color
Monochromatic Colors of #FE349F
Black with #FE349F
Text Example
Text Example
White with #FE349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE349F; }
p { color: rgb(254,52,159); }
H1.HeaderClassName
{
color: #FE349F;
}
.AnyTagClassName
{
color: #FE349F;
}
</style>
background-color css
<style>
a { background-color: #FE349F; }
a { background-color: rgb(254,52,159); }
div.DivClassName
{
background-color: #FE349F;
}
.BgClassName
{
background-color: #FE349F;
}
</style>
border-color css
<style>
span { border-color: #FE349F; }
span { border-color: rgb(254,52,159); }
td.TdClassName
{
border-color: #FE349F;
}
.TagClassName
{
border-color: #FE349F;
}
</style>