Shades of Wild Strawberry #FE358D
Tints of Wild Strawberry #FE358D
RGB
CMYK
RGB Variations
Color information
#FE358D (or 0xFE358D) is known color: Wild Strawberry. HEX triplet: FE, 35 and 8D. RGB value is (254,53,141). Sum of RGB (Red+Green+Blue) = 254+53+141=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE358D is #01CA72. Grayscale: #7A7A7A. Windows color (decimal): -117363 or 9254398. OLE color: 9254398.
HSL color Cylindrical-coordinate representation of color #FE358D: hue angle of 333.73º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE358D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.00 |
| HSL | 333.73º | 0.99% | 0.6% | - |
| HSV(B) | 333.73º | 0.79% | 1% | - |
| XYZ | 46.95 | 25.54 | 27.65 | - |
| YUV | 123.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 141 | 0 | 0.79 | 0.44 | 0.00 | 333.73 | 0.99 | 0.6 |
| Hex | FE | 35 | 8D | 0 | 4F | 2C | 0 | 14E | 63 | 3C |
| Octal | 376 | 65 | 215 | 0 | 117 | 54 | 0 | 516 | 143 | 74 |
| Binary | 11111110 | 110101 | 10001101 | 0 | 1001111 | 101100 | 0 | 101001110 | 1100011 | 111100 |
Color Harmonies of #FE358D
Complementary color
Monochromatic Colors of #FE358D
Black with #FE358D
Text Example
Text Example
White with #FE358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE358D; }
p { color: rgb(254,53,141); }
H1.HeaderClassName
{
color: #FE358D;
}
.AnyTagClassName
{
color: #FE358D;
}
</style>
background-color css
<style>
a { background-color: #FE358D; }
a { background-color: rgb(254,53,141); }
div.DivClassName
{
background-color: #FE358D;
}
.BgClassName
{
background-color: #FE358D;
}
</style>
border-color css
<style>
span { border-color: #FE358D; }
span { border-color: rgb(254,53,141); }
td.TdClassName
{
border-color: #FE358D;
}
.TagClassName
{
border-color: #FE358D;
}
</style>