Shades of Wild Strawberry #FE3390
Tints of Wild Strawberry #FE3390
RGB
CMYK
RGB Variations
Color information
#FE3390 (or 0xFE3390) is known color: Wild Strawberry. HEX triplet: FE, 33 and 90. RGB value is (254,51,144). Sum of RGB (Red+Green+Blue) = 254+51+144=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3390 is #01CC6F. Grayscale: #7A7A7A. Windows color (decimal): -117872 or 9450494. OLE color: 9450494.
HSL color Cylindrical-coordinate representation of color #FE3390: hue angle of 332.51º 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 #FE3390 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 144 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.00 |
| HSL | 332.51º | 0.99% | 0.6% | - |
| HSV(B) | 332.51º | 0.8% | 1% | - |
| XYZ | 47.09 | 25.45 | 28.82 | - |
| YUV | 122.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 144 | 0 | 0.80 | 0.43 | 0.00 | 332.51 | 0.99 | 0.6 |
| Hex | FE | 33 | 90 | 0 | 50 | 2B | 0 | 14D | 63 | 3C |
| Octal | 376 | 63 | 220 | 0 | 120 | 53 | 0 | 515 | 143 | 74 |
| Binary | 11111110 | 110011 | 10010000 | 0 | 1010000 | 101011 | 0 | 101001101 | 1100011 | 111100 |
Color Harmonies of #FE3390
Complementary color
Monochromatic Colors of #FE3390
Black with #FE3390
Text Example
Text Example
White with #FE3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3390; }
p { color: rgb(254,51,144); }
H1.HeaderClassName
{
color: #FE3390;
}
.AnyTagClassName
{
color: #FE3390;
}
</style>
background-color css
<style>
a { background-color: #FE3390; }
a { background-color: rgb(254,51,144); }
div.DivClassName
{
background-color: #FE3390;
}
.BgClassName
{
background-color: #FE3390;
}
</style>
border-color css
<style>
span { border-color: #FE3390; }
span { border-color: rgb(254,51,144); }
td.TdClassName
{
border-color: #FE3390;
}
.TagClassName
{
border-color: #FE3390;
}
</style>