Shades of Wild Strawberry #FD2D91
Tints of Wild Strawberry #FD2D91
RGB
CMYK
RGB Variations
Color information
#FD2D91 (or 0xFD2D91) is known color: Wild Strawberry. HEX triplet: FD, 2D and 91. RGB value is (253,45,145). Sum of RGB (Red+Green+Blue) = 253+45+145=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2D91 is #02D26E. Grayscale: #767676. Windows color (decimal): -184943 or 9514493. OLE color: 9514493.
HSL color Cylindrical-coordinate representation of color #FD2D91: hue angle of 331.15º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D91 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 145 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.01 |
| HSL | 331.15º | 0.98% | 0.58% | - |
| HSV(B) | 331.15º | 0.82% | 0.99% | - |
| XYZ | 46.56 | 24.8 | 29.12 | - |
| YUV | 118.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 145 | 0 | 0.82 | 0.43 | 0.01 | 331.15 | 0.98 | 0.58 |
| Hex | FD | 2D | 91 | 0 | 52 | 2B | 1 | 14B | 62 | 3A |
| Octal | 375 | 55 | 221 | 0 | 122 | 53 | 1 | 513 | 142 | 72 |
| Binary | 11111101 | 101101 | 10010001 | 0 | 1010010 | 101011 | 1 | 101001011 | 1100010 | 111010 |
Color Harmonies of #FD2D91
Complementary color
Monochromatic Colors of #FD2D91
Black with #FD2D91
Text Example
Text Example
White with #FD2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D91; }
p { color: rgb(253,45,145); }
H1.HeaderClassName
{
color: #FD2D91;
}
.AnyTagClassName
{
color: #FD2D91;
}
</style>
background-color css
<style>
a { background-color: #FD2D91; }
a { background-color: rgb(253,45,145); }
div.DivClassName
{
background-color: #FD2D91;
}
.BgClassName
{
background-color: #FD2D91;
}
</style>
border-color css
<style>
span { border-color: #FD2D91; }
span { border-color: rgb(253,45,145); }
td.TdClassName
{
border-color: #FD2D91;
}
.TagClassName
{
border-color: #FD2D91;
}
</style>