Shades of Wild Strawberry #FE388D
Tints of Wild Strawberry #FE388D
RGB
CMYK
RGB Variations
Color information
#FE388D (or 0xFE388D) is known color: Wild Strawberry. HEX triplet: FE, 38 and 8D. RGB value is (254,56,141). Sum of RGB (Red+Green+Blue) = 254+56+141=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE388D is #01C772. Grayscale: #7C7C7C. Windows color (decimal): -116595 or 9255166. OLE color: 9255166.
HSL color Cylindrical-coordinate representation of color #FE388D: hue angle of 334.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE388D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 141 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.00 |
| HSL | 334.24º | 0.99% | 0.61% | - |
| HSV(B) | 334.24º | 0.78% | 1% | - |
| XYZ | 47.09 | 25.82 | 27.7 | - |
| YUV | 124.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 141 | 0 | 0.78 | 0.44 | 0.00 | 334.24 | 0.99 | 0.61 |
| Hex | FE | 38 | 8D | 0 | 4E | 2C | 0 | 14E | 63 | 3D |
| Octal | 376 | 70 | 215 | 0 | 116 | 54 | 0 | 516 | 143 | 75 |
| Binary | 11111110 | 111000 | 10001101 | 0 | 1001110 | 101100 | 0 | 101001110 | 1100011 | 111101 |
Color Harmonies of #FE388D
Complementary color
Monochromatic Colors of #FE388D
Black with #FE388D
Text Example
Text Example
White with #FE388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE388D; }
p { color: rgb(254,56,141); }
H1.HeaderClassName
{
color: #FE388D;
}
.AnyTagClassName
{
color: #FE388D;
}
</style>
background-color css
<style>
a { background-color: #FE388D; }
a { background-color: rgb(254,56,141); }
div.DivClassName
{
background-color: #FE388D;
}
.BgClassName
{
background-color: #FE388D;
}
</style>
border-color css
<style>
span { border-color: #FE388D; }
span { border-color: rgb(254,56,141); }
td.TdClassName
{
border-color: #FE388D;
}
.TagClassName
{
border-color: #FE388D;
}
</style>