Shades of Wild Strawberry #FD2885
Tints of Wild Strawberry #FD2885
RGB
CMYK
RGB Variations
Color information
#FD2885 (or 0xFD2885) is known color: Wild Strawberry. HEX triplet: FD, 28 and 85. RGB value is (253,40,133). Sum of RGB (Red+Green+Blue) = 253+40+133=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2885 is #02D77A. Grayscale: #727272. Windows color (decimal): -186235 or 8726781. OLE color: 8726781.
HSL color Cylindrical-coordinate representation of color #FD2885: hue angle of 333.8º 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 #FD2885 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 133 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.01 |
| HSL | 333.8º | 0.98% | 0.57% | - |
| HSV(B) | 333.8º | 0.84% | 0.99% | - |
| XYZ | 45.5 | 24.09 | 24.44 | - |
| YUV | 114.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 133 | 0 | 0.84 | 0.47 | 0.01 | 333.8 | 0.98 | 0.57 |
| Hex | FD | 28 | 85 | 0 | 54 | 2F | 1 | 14E | 62 | 39 |
| Octal | 375 | 50 | 205 | 0 | 124 | 57 | 1 | 516 | 142 | 71 |
| Binary | 11111101 | 101000 | 10000101 | 0 | 1010100 | 101111 | 1 | 101001110 | 1100010 | 111001 |
Color Harmonies of #FD2885
Complementary color
Monochromatic Colors of #FD2885
Black with #FD2885
Text Example
Text Example
White with #FD2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2885; }
p { color: rgb(253,40,133); }
H1.HeaderClassName
{
color: #FD2885;
}
.AnyTagClassName
{
color: #FD2885;
}
</style>
background-color css
<style>
a { background-color: #FD2885; }
a { background-color: rgb(253,40,133); }
div.DivClassName
{
background-color: #FD2885;
}
.BgClassName
{
background-color: #FD2885;
}
</style>
border-color css
<style>
span { border-color: #FD2885; }
span { border-color: rgb(253,40,133); }
td.TdClassName
{
border-color: #FD2885;
}
.TagClassName
{
border-color: #FD2885;
}
</style>