Shades of Wild Strawberry #FE3286
Tints of Wild Strawberry #FE3286
RGB
CMYK
RGB Variations
Color information
#FE3286 (or 0xFE3286) is known color: Wild Strawberry. HEX triplet: FE, 32 and 86. RGB value is (254,50,134). Sum of RGB (Red+Green+Blue) = 254+50+134=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3286 is #01CD79. Grayscale: #787878. Windows color (decimal): -118138 or 8794878. OLE color: 8794878.
HSL color Cylindrical-coordinate representation of color #FE3286: hue angle of 335.29º 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 #FE3286 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 134 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.00 |
| HSL | 335.29º | 0.99% | 0.6% | - |
| HSV(B) | 335.29º | 0.8% | 1% | - |
| XYZ | 46.32 | 25.07 | 24.95 | - |
| YUV | 120.57 | 135.59 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 134 | 0 | 0.80 | 0.47 | 0.00 | 335.29 | 0.99 | 0.6 |
| Hex | FE | 32 | 86 | 0 | 50 | 2F | 0 | 14F | 63 | 3C |
| Octal | 376 | 62 | 206 | 0 | 120 | 57 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110010 | 10000110 | 0 | 1010000 | 101111 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE3286
Complementary color
Monochromatic Colors of #FE3286
Black with #FE3286
Text Example
Text Example
White with #FE3286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3286; }
p { color: rgb(254,50,134); }
H1.HeaderClassName
{
color: #FE3286;
}
.AnyTagClassName
{
color: #FE3286;
}
</style>
background-color css
<style>
a { background-color: #FE3286; }
a { background-color: rgb(254,50,134); }
div.DivClassName
{
background-color: #FE3286;
}
.BgClassName
{
background-color: #FE3286;
}
</style>
border-color css
<style>
span { border-color: #FE3286; }
span { border-color: rgb(254,50,134); }
td.TdClassName
{
border-color: #FE3286;
}
.TagClassName
{
border-color: #FE3286;
}
</style>