Shades of Wild Strawberry #FD3185
Tints of Wild Strawberry #FD3185
RGB
CMYK
RGB Variations
Color information
#FD3185 (or 0xFD3185) is known color: Wild Strawberry. HEX triplet: FD, 31 and 85. RGB value is (253,49,133). Sum of RGB (Red+Green+Blue) = 253+49+133=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3185 is #02CE7A. Grayscale: #777777. Windows color (decimal): -183931 or 8729085. OLE color: 8729085.
HSL color Cylindrical-coordinate representation of color #FD3185: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3185 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 133 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.01 |
| HSL | 335.29º | 0.98% | 0.59% | - |
| HSV(B) | 335.29º | 0.81% | 0.99% | - |
| XYZ | 45.84 | 24.77 | 24.56 | - |
| YUV | 119.57 | 135.59 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 133 | 0 | 0.81 | 0.47 | 0.01 | 335.29 | 0.98 | 0.59 |
| Hex | FD | 31 | 85 | 0 | 51 | 2F | 1 | 14F | 62 | 3B |
| Octal | 375 | 61 | 205 | 0 | 121 | 57 | 1 | 517 | 142 | 73 |
| Binary | 11111101 | 110001 | 10000101 | 0 | 1010001 | 101111 | 1 | 101001111 | 1100010 | 111011 |
Color Harmonies of #FD3185
Complementary color
Monochromatic Colors of #FD3185
Black with #FD3185
Text Example
Text Example
White with #FD3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3185; }
p { color: rgb(253,49,133); }
H1.HeaderClassName
{
color: #FD3185;
}
.AnyTagClassName
{
color: #FD3185;
}
</style>
background-color css
<style>
a { background-color: #FD3185; }
a { background-color: rgb(253,49,133); }
div.DivClassName
{
background-color: #FD3185;
}
.BgClassName
{
background-color: #FD3185;
}
</style>
border-color css
<style>
span { border-color: #FD3185; }
span { border-color: rgb(253,49,133); }
td.TdClassName
{
border-color: #FD3185;
}
.TagClassName
{
border-color: #FD3185;
}
</style>