Shades of Wild Strawberry #FD358D
Tints of Wild Strawberry #FD358D
RGB
CMYK
RGB Variations
Color information
#FD358D (or 0xFD358D) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8D. RGB value is (253,53,141). Sum of RGB (Red+Green+Blue) = 253+53+141=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358D is #02CA72. Grayscale: #7A7A7A. Windows color (decimal): -182899 or 9254397. OLE color: 9254397.
HSL color Cylindrical-coordinate representation of color #FD358D: hue angle of 333.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD358D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.6º | 0.98% | 0.6% | - |
| HSV(B) | 333.6º | 0.79% | 0.99% | - |
| XYZ | 46.59 | 25.35 | 27.64 | - |
| YUV | 122.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 141 | 0 | 0.79 | 0.44 | 0.01 | 333.6 | 0.98 | 0.6 |
| Hex | FD | 35 | 8D | 0 | 4F | 2C | 1 | 14E | 62 | 3C |
| Octal | 375 | 65 | 215 | 0 | 117 | 54 | 1 | 516 | 142 | 74 |
| Binary | 11111101 | 110101 | 10001101 | 0 | 1001111 | 101100 | 1 | 101001110 | 1100010 | 111100 |
Color Harmonies of #FD358D
Complementary color
Monochromatic Colors of #FD358D
Black with #FD358D
Text Example
Text Example
White with #FD358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD358D; }
p { color: rgb(253,53,141); }
H1.HeaderClassName
{
color: #FD358D;
}
.AnyTagClassName
{
color: #FD358D;
}
</style>
background-color css
<style>
a { background-color: #FD358D; }
a { background-color: rgb(253,53,141); }
div.DivClassName
{
background-color: #FD358D;
}
.BgClassName
{
background-color: #FD358D;
}
</style>
border-color css
<style>
span { border-color: #FD358D; }
span { border-color: rgb(253,53,141); }
td.TdClassName
{
border-color: #FD358D;
}
.TagClassName
{
border-color: #FD358D;
}
</style>