Shades of Wild Strawberry #FD2895
Tints of Wild Strawberry #FD2895
RGB
CMYK
RGB Variations
Color information
#FD2895 (or 0xFD2895) is known color: Wild Strawberry. HEX triplet: FD, 28 and 95. RGB value is (253,40,149). Sum of RGB (Red+Green+Blue) = 253+40+149=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2895 is #02D76A. Grayscale: #737373. Windows color (decimal): -186219 or 9775357. OLE color: 9775357.
HSL color Cylindrical-coordinate representation of color #FD2895: hue angle of 329.3º 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 #FD2895 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 149 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.01 |
| HSL | 329.3º | 0.98% | 0.57% | - |
| HSV(B) | 329.3º | 0.84% | 0.99% | - |
| XYZ | 46.69 | 24.57 | 30.72 | - |
| YUV | 116.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 149 | 0 | 0.84 | 0.41 | 0.01 | 329.3 | 0.98 | 0.57 |
| Hex | FD | 28 | 95 | 0 | 54 | 29 | 1 | 149 | 62 | 39 |
| Octal | 375 | 50 | 225 | 0 | 124 | 51 | 1 | 511 | 142 | 71 |
| Binary | 11111101 | 101000 | 10010101 | 0 | 1010100 | 101001 | 1 | 101001001 | 1100010 | 111001 |
Color Harmonies of #FD2895
Complementary color
Monochromatic Colors of #FD2895
Black with #FD2895
Text Example
Text Example
White with #FD2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2895; }
p { color: rgb(253,40,149); }
H1.HeaderClassName
{
color: #FD2895;
}
.AnyTagClassName
{
color: #FD2895;
}
</style>
background-color css
<style>
a { background-color: #FD2895; }
a { background-color: rgb(253,40,149); }
div.DivClassName
{
background-color: #FD2895;
}
.BgClassName
{
background-color: #FD2895;
}
</style>
border-color css
<style>
span { border-color: #FD2895; }
span { border-color: rgb(253,40,149); }
td.TdClassName
{
border-color: #FD2895;
}
.TagClassName
{
border-color: #FD2895;
}
</style>