Shades of Wild Strawberry #FE3294
Tints of Wild Strawberry #FE3294
RGB
CMYK
RGB Variations
Color information
#FE3294 (or 0xFE3294) is known color: Wild Strawberry. HEX triplet: FE, 32 and 94. RGB value is (254,50,148). Sum of RGB (Red+Green+Blue) = 254+50+148=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3294 is #01CD6B. Grayscale: #797979. Windows color (decimal): -118124 or 9712382. OLE color: 9712382.
HSL color Cylindrical-coordinate representation of color #FE3294: hue angle of 331.18º 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 #FE3294 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 148 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.00 |
| HSL | 331.18º | 0.99% | 0.6% | - |
| HSV(B) | 331.18º | 0.8% | 1% | - |
| XYZ | 47.36 | 25.49 | 30.44 | - |
| YUV | 122.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 148 | 0 | 0.80 | 0.42 | 0.00 | 331.18 | 0.99 | 0.6 |
| Hex | FE | 32 | 94 | 0 | 50 | 2A | 0 | 14B | 63 | 3C |
| Octal | 376 | 62 | 224 | 0 | 120 | 52 | 0 | 513 | 143 | 74 |
| Binary | 11111110 | 110010 | 10010100 | 0 | 1010000 | 101010 | 0 | 101001011 | 1100011 | 111100 |
Color Harmonies of #FE3294
Complementary color
Monochromatic Colors of #FE3294
Black with #FE3294
Text Example
Text Example
White with #FE3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3294; }
p { color: rgb(254,50,148); }
H1.HeaderClassName
{
color: #FE3294;
}
.AnyTagClassName
{
color: #FE3294;
}
</style>
background-color css
<style>
a { background-color: #FE3294; }
a { background-color: rgb(254,50,148); }
div.DivClassName
{
background-color: #FE3294;
}
.BgClassName
{
background-color: #FE3294;
}
</style>
border-color css
<style>
span { border-color: #FE3294; }
span { border-color: rgb(254,50,148); }
td.TdClassName
{
border-color: #FE3294;
}
.TagClassName
{
border-color: #FE3294;
}
</style>