Shades of Wild Strawberry #FE348F
Tints of Wild Strawberry #FE348F
RGB
CMYK
RGB Variations
Color information
#FE348F (or 0xFE348F) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8F. RGB value is (254,52,143). Sum of RGB (Red+Green+Blue) = 254+52+143=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348F is #01CB70. Grayscale: #7A7A7A. Windows color (decimal): -117617 or 9385214. OLE color: 9385214.
HSL color Cylindrical-coordinate representation of color #FE348F: hue angle of 332.97º 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 #FE348F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 143 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.00 |
| HSL | 332.97º | 0.99% | 0.6% | - |
| HSV(B) | 332.97º | 0.8% | 1% | - |
| XYZ | 47.06 | 25.51 | 28.43 | - |
| YUV | 122.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 143 | 0 | 0.80 | 0.44 | 0.00 | 332.97 | 0.99 | 0.6 |
| Hex | FE | 34 | 8F | 0 | 50 | 2C | 0 | 14D | 63 | 3C |
| Octal | 376 | 64 | 217 | 0 | 120 | 54 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110100 | 10001111 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE348F
Complementary color
Monochromatic Colors of #FE348F
Black with #FE348F
Text Example
Text Example
White with #FE348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE348F; }
p { color: rgb(254,52,143); }
H1.HeaderClassName
{
color: #FE348F;
}
.AnyTagClassName
{
color: #FE348F;
}
</style>
background-color css
<style>
a { background-color: #FE348F; }
a { background-color: rgb(254,52,143); }
div.DivClassName
{
background-color: #FE348F;
}
.BgClassName
{
background-color: #FE348F;
}
</style>
border-color css
<style>
span { border-color: #FE348F; }
span { border-color: rgb(254,52,143); }
td.TdClassName
{
border-color: #FE348F;
}
.TagClassName
{
border-color: #FE348F;
}
</style>