Shades of Wild Strawberry #FE348A
Tints of Wild Strawberry #FE348A
RGB
CMYK
RGB Variations
Color information
#FE348A (or 0xFE348A) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8A. RGB value is (254,52,138). Sum of RGB (Red+Green+Blue) = 254+52+138=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348A is #01CB75. Grayscale: #7A7A7A. Windows color (decimal): -117622 or 9057534. OLE color: 9057534.
HSL color Cylindrical-coordinate representation of color #FE348A: hue angle of 334.46º 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 #FE348A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 138 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.00 |
| HSL | 334.46º | 0.99% | 0.6% | - |
| HSV(B) | 334.46º | 0.8% | 1% | - |
| XYZ | 46.69 | 25.36 | 26.48 | - |
| YUV | 122.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 138 | 0 | 0.80 | 0.46 | 0.00 | 334.46 | 0.99 | 0.6 |
| Hex | FE | 34 | 8A | 0 | 50 | 2E | 0 | 14E | 63 | 3C |
| Octal | 376 | 64 | 212 | 0 | 120 | 56 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110100 | 10001010 | 0 | 1010000 | 101110 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE348A
Complementary color
Monochromatic Colors of #FE348A
Black with #FE348A
Text Example
Text Example
White with #FE348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE348A; }
p { color: rgb(254,52,138); }
H1.HeaderClassName
{
color: #FE348A;
}
.AnyTagClassName
{
color: #FE348A;
}
</style>
background-color css
<style>
a { background-color: #FE348A; }
a { background-color: rgb(254,52,138); }
div.DivClassName
{
background-color: #FE348A;
}
.BgClassName
{
background-color: #FE348A;
}
</style>
border-color css
<style>
span { border-color: #FE348A; }
span { border-color: rgb(254,52,138); }
td.TdClassName
{
border-color: #FE348A;
}
.TagClassName
{
border-color: #FE348A;
}
</style>