Shades of Wild Strawberry #FE3291
Tints of Wild Strawberry #FE3291
RGB
CMYK
RGB Variations
Color information
#FE3291 (or 0xFE3291) is known color: Wild Strawberry. HEX triplet: FE, 32 and 91. RGB value is (254,50,145). Sum of RGB (Red+Green+Blue) = 254+50+145=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3291 is #01CD6E. Grayscale: #797979. Windows color (decimal): -118127 or 9515774. OLE color: 9515774.
HSL color Cylindrical-coordinate representation of color #FE3291: hue angle of 332.06º 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 #FE3291 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 145 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.00 |
| HSL | 332.06º | 0.99% | 0.6% | - |
| HSV(B) | 332.06º | 0.8% | 1% | - |
| XYZ | 47.12 | 25.4 | 29.21 | - |
| YUV | 121.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 145 | 0 | 0.80 | 0.43 | 0.00 | 332.06 | 0.99 | 0.6 |
| Hex | FE | 32 | 91 | 0 | 50 | 2B | 0 | 14C | 63 | 3C |
| Octal | 376 | 62 | 221 | 0 | 120 | 53 | 0 | 514 | 143 | 74 |
| Binary | 11111110 | 110010 | 10010001 | 0 | 1010000 | 101011 | 0 | 101001100 | 1100011 | 111100 |
Color Harmonies of #FE3291
Complementary color
Monochromatic Colors of #FE3291
Black with #FE3291
Text Example
Text Example
White with #FE3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3291; }
p { color: rgb(254,50,145); }
H1.HeaderClassName
{
color: #FE3291;
}
.AnyTagClassName
{
color: #FE3291;
}
</style>
background-color css
<style>
a { background-color: #FE3291; }
a { background-color: rgb(254,50,145); }
div.DivClassName
{
background-color: #FE3291;
}
.BgClassName
{
background-color: #FE3291;
}
</style>
border-color css
<style>
span { border-color: #FE3291; }
span { border-color: rgb(254,50,145); }
td.TdClassName
{
border-color: #FE3291;
}
.TagClassName
{
border-color: #FE3291;
}
</style>