Shades of Wild Strawberry #FE3199
Tints of Wild Strawberry #FE3199
RGB
CMYK
RGB Variations
Color information
#FE3199 (or 0xFE3199) is known color: Wild Strawberry. HEX triplet: FE, 31 and 99. RGB value is (254,49,153). Sum of RGB (Red+Green+Blue) = 254+49+153=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3199 is #01CE66. Grayscale: #797979. Windows color (decimal): -118375 or 10039806. OLE color: 10039806.
HSL color Cylindrical-coordinate representation of color #FE3199: hue angle of 329.56º 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 #FE3199 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 153 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.00 |
| HSL | 329.56º | 0.99% | 0.59% | - |
| HSV(B) | 329.56º | 0.81% | 1% | - |
| XYZ | 47.72 | 25.57 | 32.56 | - |
| YUV | 122.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 153 | 0 | 0.81 | 0.40 | 0.00 | 329.56 | 0.99 | 0.59 |
| Hex | FE | 31 | 99 | 0 | 51 | 28 | 0 | 14A | 63 | 3B |
| Octal | 376 | 61 | 231 | 0 | 121 | 50 | 0 | 512 | 143 | 73 |
| Binary | 11111110 | 110001 | 10011001 | 0 | 1010001 | 101000 | 0 | 101001010 | 1100011 | 111011 |
Color Harmonies of #FE3199
Complementary color
Monochromatic Colors of #FE3199
Black with #FE3199
Text Example
Text Example
White with #FE3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3199; }
p { color: rgb(254,49,153); }
H1.HeaderClassName
{
color: #FE3199;
}
.AnyTagClassName
{
color: #FE3199;
}
</style>
background-color css
<style>
a { background-color: #FE3199; }
a { background-color: rgb(254,49,153); }
div.DivClassName
{
background-color: #FE3199;
}
.BgClassName
{
background-color: #FE3199;
}
</style>
border-color css
<style>
span { border-color: #FE3199; }
span { border-color: rgb(254,49,153); }
td.TdClassName
{
border-color: #FE3199;
}
.TagClassName
{
border-color: #FE3199;
}
</style>