Shades of Wild Strawberry #FE3386
Tints of Wild Strawberry #FE3386
RGB
CMYK
RGB Variations
Color information
#FE3386 (or 0xFE3386) is known color: Wild Strawberry. HEX triplet: FE, 33 and 86. RGB value is (254,51,134). Sum of RGB (Red+Green+Blue) = 254+51+134=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3386 is #01CC79. Grayscale: #797979. Windows color (decimal): -117882 or 8795134. OLE color: 8795134.
HSL color Cylindrical-coordinate representation of color #FE3386: hue angle of 335.47º 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 #FE3386 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 134 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.00 |
| HSL | 335.47º | 0.99% | 0.6% | - |
| HSV(B) | 335.47º | 0.8% | 1% | - |
| XYZ | 46.36 | 25.16 | 24.97 | - |
| YUV | 121.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 134 | 0 | 0.80 | 0.47 | 0.00 | 335.47 | 0.99 | 0.6 |
| Hex | FE | 33 | 86 | 0 | 50 | 2F | 0 | 14F | 63 | 3C |
| Octal | 376 | 63 | 206 | 0 | 120 | 57 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110011 | 10000110 | 0 | 1010000 | 101111 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE3386
Complementary color
Monochromatic Colors of #FE3386
Black with #FE3386
Text Example
Text Example
White with #FE3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3386; }
p { color: rgb(254,51,134); }
H1.HeaderClassName
{
color: #FE3386;
}
.AnyTagClassName
{
color: #FE3386;
}
</style>
background-color css
<style>
a { background-color: #FE3386; }
a { background-color: rgb(254,51,134); }
div.DivClassName
{
background-color: #FE3386;
}
.BgClassName
{
background-color: #FE3386;
}
</style>
border-color css
<style>
span { border-color: #FE3386; }
span { border-color: rgb(254,51,134); }
td.TdClassName
{
border-color: #FE3386;
}
.TagClassName
{
border-color: #FE3386;
}
</style>