Shades of Wild Strawberry #FE3195
Tints of Wild Strawberry #FE3195
RGB
CMYK
RGB Variations
Color information
#FE3195 (or 0xFE3195) is known color: Wild Strawberry. HEX triplet: FE, 31 and 95. RGB value is (254,49,149). Sum of RGB (Red+Green+Blue) = 254+49+149=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3195 is #01CE6A. Grayscale: #797979. Windows color (decimal): -118379 or 9777662. OLE color: 9777662.
HSL color Cylindrical-coordinate representation of color #FE3195: hue angle of 330.73º 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 #FE3195 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 149 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.00 |
| HSL | 330.73º | 0.99% | 0.59% | - |
| HSV(B) | 330.73º | 0.81% | 1% | - |
| XYZ | 47.4 | 25.44 | 30.85 | - |
| YUV | 121.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 149 | 0 | 0.81 | 0.41 | 0.00 | 330.73 | 0.99 | 0.59 |
| Hex | FE | 31 | 95 | 0 | 51 | 29 | 0 | 14B | 63 | 3B |
| Octal | 376 | 61 | 225 | 0 | 121 | 51 | 0 | 513 | 143 | 73 |
| Binary | 11111110 | 110001 | 10010101 | 0 | 1010001 | 101001 | 0 | 101001011 | 1100011 | 111011 |
Color Harmonies of #FE3195
Complementary color
Monochromatic Colors of #FE3195
Black with #FE3195
Text Example
Text Example
White with #FE3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3195; }
p { color: rgb(254,49,149); }
H1.HeaderClassName
{
color: #FE3195;
}
.AnyTagClassName
{
color: #FE3195;
}
</style>
background-color css
<style>
a { background-color: #FE3195; }
a { background-color: rgb(254,49,149); }
div.DivClassName
{
background-color: #FE3195;
}
.BgClassName
{
background-color: #FE3195;
}
</style>
border-color css
<style>
span { border-color: #FE3195; }
span { border-color: rgb(254,49,149); }
td.TdClassName
{
border-color: #FE3195;
}
.TagClassName
{
border-color: #FE3195;
}
</style>