Shades of Wild Strawberry #FE338B
Tints of Wild Strawberry #FE338B
RGB
CMYK
RGB Variations
Color information
#FE338B (or 0xFE338B) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8B. RGB value is (254,51,139). Sum of RGB (Red+Green+Blue) = 254+51+139=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338B is #01CC74. Grayscale: #797979. Windows color (decimal): -117877 or 9122814. OLE color: 9122814.
HSL color Cylindrical-coordinate representation of color #FE338B: hue angle of 333.99º 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 #FE338B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 139 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.00 |
| HSL | 333.99º | 0.99% | 0.6% | - |
| HSV(B) | 333.99º | 0.8% | 1% | - |
| XYZ | 46.72 | 25.3 | 26.85 | - |
| YUV | 121.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 139 | 0 | 0.80 | 0.45 | 0.00 | 333.99 | 0.99 | 0.6 |
| Hex | FE | 33 | 8B | 0 | 50 | 2D | 0 | 14E | 63 | 3C |
| Octal | 376 | 63 | 213 | 0 | 120 | 55 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110011 | 10001011 | 0 | 1010000 | 101101 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE338B
Complementary color
Monochromatic Colors of #FE338B
Black with #FE338B
Text Example
Text Example
White with #FE338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE338B; }
p { color: rgb(254,51,139); }
H1.HeaderClassName
{
color: #FE338B;
}
.AnyTagClassName
{
color: #FE338B;
}
</style>
background-color css
<style>
a { background-color: #FE338B; }
a { background-color: rgb(254,51,139); }
div.DivClassName
{
background-color: #FE338B;
}
.BgClassName
{
background-color: #FE338B;
}
</style>
border-color css
<style>
span { border-color: #FE338B; }
span { border-color: rgb(254,51,139); }
td.TdClassName
{
border-color: #FE338B;
}
.TagClassName
{
border-color: #FE338B;
}
</style>