Shades of Wild Strawberry #FE3193
Tints of Wild Strawberry #FE3193
RGB
CMYK
RGB Variations
Color information
#FE3193 (or 0xFE3193) is known color: Wild Strawberry. HEX triplet: FE, 31 and 93. RGB value is (254,49,147). Sum of RGB (Red+Green+Blue) = 254+49+147=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3193 is #01CE6C. Grayscale: #797979. Windows color (decimal): -118381 or 9646590. OLE color: 9646590.
HSL color Cylindrical-coordinate representation of color #FE3193: hue angle of 331.32º 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 #FE3193 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 147 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.00 |
| HSL | 331.32º | 0.99% | 0.59% | - |
| HSV(B) | 331.32º | 0.81% | 1% | - |
| XYZ | 47.24 | 25.37 | 30.01 | - |
| YUV | 121.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 147 | 0 | 0.81 | 0.42 | 0.00 | 331.32 | 0.99 | 0.59 |
| Hex | FE | 31 | 93 | 0 | 51 | 2A | 0 | 14B | 63 | 3B |
| Octal | 376 | 61 | 223 | 0 | 121 | 52 | 0 | 513 | 143 | 73 |
| Binary | 11111110 | 110001 | 10010011 | 0 | 1010001 | 101010 | 0 | 101001011 | 1100011 | 111011 |
Color Harmonies of #FE3193
Complementary color
Monochromatic Colors of #FE3193
Black with #FE3193
Text Example
Text Example
White with #FE3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3193; }
p { color: rgb(254,49,147); }
H1.HeaderClassName
{
color: #FE3193;
}
.AnyTagClassName
{
color: #FE3193;
}
</style>
background-color css
<style>
a { background-color: #FE3193; }
a { background-color: rgb(254,49,147); }
div.DivClassName
{
background-color: #FE3193;
}
.BgClassName
{
background-color: #FE3193;
}
</style>
border-color css
<style>
span { border-color: #FE3193; }
span { border-color: rgb(254,49,147); }
td.TdClassName
{
border-color: #FE3193;
}
.TagClassName
{
border-color: #FE3193;
}
</style>