Shades of Wild Strawberry #FE3394
Tints of Wild Strawberry #FE3394
RGB
CMYK
RGB Variations
Color information
#FE3394 (or 0xFE3394) is known color: Wild Strawberry. HEX triplet: FE, 33 and 94. RGB value is (254,51,148). Sum of RGB (Red+Green+Blue) = 254+51+148=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3394 is #01CC6B. Grayscale: #7A7A7A. Windows color (decimal): -117868 or 9712638. OLE color: 9712638.
HSL color Cylindrical-coordinate representation of color #FE3394: hue angle of 331.33º 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 #FE3394 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 148 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.00 |
| HSL | 331.33º | 0.99% | 0.6% | - |
| HSV(B) | 331.33º | 0.8% | 1% | - |
| XYZ | 47.4 | 25.58 | 30.46 | - |
| YUV | 122.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 148 | 0 | 0.80 | 0.42 | 0.00 | 331.33 | 0.99 | 0.6 |
| Hex | FE | 33 | 94 | 0 | 50 | 2A | 0 | 14B | 63 | 3C |
| Octal | 376 | 63 | 224 | 0 | 120 | 52 | 0 | 513 | 143 | 74 |
| Binary | 11111110 | 110011 | 10010100 | 0 | 1010000 | 101010 | 0 | 101001011 | 1100011 | 111100 |
Color Harmonies of #FE3394
Complementary color
Monochromatic Colors of #FE3394
Black with #FE3394
Text Example
Text Example
White with #FE3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3394; }
p { color: rgb(254,51,148); }
H1.HeaderClassName
{
color: #FE3394;
}
.AnyTagClassName
{
color: #FE3394;
}
</style>
background-color css
<style>
a { background-color: #FE3394; }
a { background-color: rgb(254,51,148); }
div.DivClassName
{
background-color: #FE3394;
}
.BgClassName
{
background-color: #FE3394;
}
</style>
border-color css
<style>
span { border-color: #FE3394; }
span { border-color: rgb(254,51,148); }
td.TdClassName
{
border-color: #FE3394;
}
.TagClassName
{
border-color: #FE3394;
}
</style>