Shades of Wild Strawberry #FE3184
Tints of Wild Strawberry #FE3184
RGB
CMYK
RGB Variations
Color information
#FE3184 (or 0xFE3184) is known color: Wild Strawberry. HEX triplet: FE, 31 and 84. RGB value is (254,49,132). Sum of RGB (Red+Green+Blue) = 254+49+132=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3184 is #01CE7B. Grayscale: #777777. Windows color (decimal): -118396 or 8663550. OLE color: 8663550.
HSL color Cylindrical-coordinate representation of color #FE3184: hue angle of 335.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3184 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 132 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.00 |
| HSL | 335.71º | 0.99% | 0.59% | - |
| HSV(B) | 335.71º | 0.81% | 1% | - |
| XYZ | 46.14 | 24.93 | 24.21 | - |
| YUV | 119.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 132 | 0 | 0.81 | 0.48 | 0.00 | 335.71 | 0.99 | 0.59 |
| Hex | FE | 31 | 84 | 0 | 51 | 30 | 0 | 150 | 63 | 3B |
| Octal | 376 | 61 | 204 | 0 | 121 | 60 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 110001 | 10000100 | 0 | 1010001 | 110000 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE3184
Complementary color
Monochromatic Colors of #FE3184
Black with #FE3184
Text Example
Text Example
White with #FE3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3184; }
p { color: rgb(254,49,132); }
H1.HeaderClassName
{
color: #FE3184;
}
.AnyTagClassName
{
color: #FE3184;
}
</style>
background-color css
<style>
a { background-color: #FE3184; }
a { background-color: rgb(254,49,132); }
div.DivClassName
{
background-color: #FE3184;
}
.BgClassName
{
background-color: #FE3184;
}
</style>
border-color css
<style>
span { border-color: #FE3184; }
span { border-color: rgb(254,49,132); }
td.TdClassName
{
border-color: #FE3184;
}
.TagClassName
{
border-color: #FE3184;
}
</style>