Shades of Wild Strawberry #FD288D
Tints of Wild Strawberry #FD288D
RGB
CMYK
RGB Variations
Color information
#FD288D (or 0xFD288D) is known color: Wild Strawberry. HEX triplet: FD, 28 and 8D. RGB value is (253,40,141). Sum of RGB (Red+Green+Blue) = 253+40+141=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD288D is #02D772. Grayscale: #737373. Windows color (decimal): -186227 or 9251069. OLE color: 9251069.
HSL color Cylindrical-coordinate representation of color #FD288D: hue angle of 331.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD288D is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 141 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.01 |
| HSL | 331.55º | 0.98% | 0.57% | - |
| HSV(B) | 331.55º | 0.84% | 0.99% | - |
| XYZ | 46.07 | 24.32 | 27.47 | - |
| YUV | 115.2 | 142.57 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 141 | 0 | 0.84 | 0.44 | 0.01 | 331.55 | 0.98 | 0.57 |
| Hex | FD | 28 | 8D | 0 | 54 | 2C | 1 | 14C | 62 | 39 |
| Octal | 375 | 50 | 215 | 0 | 124 | 54 | 1 | 514 | 142 | 71 |
| Binary | 11111101 | 101000 | 10001101 | 0 | 1010100 | 101100 | 1 | 101001100 | 1100010 | 111001 |
Color Harmonies of #FD288D
Complementary color
Monochromatic Colors of #FD288D
Black with #FD288D
Text Example
Text Example
White with #FD288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD288D; }
p { color: rgb(253,40,141); }
H1.HeaderClassName
{
color: #FD288D;
}
.AnyTagClassName
{
color: #FD288D;
}
</style>
background-color css
<style>
a { background-color: #FD288D; }
a { background-color: rgb(253,40,141); }
div.DivClassName
{
background-color: #FD288D;
}
.BgClassName
{
background-color: #FD288D;
}
</style>
border-color css
<style>
span { border-color: #FD288D; }
span { border-color: rgb(253,40,141); }
td.TdClassName
{
border-color: #FD288D;
}
.TagClassName
{
border-color: #FD288D;
}
</style>