Shades of Wild Strawberry #FD2791
Tints of Wild Strawberry #FD2791
RGB
CMYK
RGB Variations
Color information
#FD2791 (or 0xFD2791) is known color: Wild Strawberry. HEX triplet: FD, 27 and 91. RGB value is (253,39,145). Sum of RGB (Red+Green+Blue) = 253+39+145=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2791 is #02D86E. Grayscale: #727272. Windows color (decimal): -186479 or 9512957. OLE color: 9512957.
HSL color Cylindrical-coordinate representation of color #FD2791: hue angle of 330.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2791 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 145 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.01 |
| HSL | 330.28º | 0.98% | 0.57% | - |
| HSV(B) | 330.28º | 0.85% | 0.99% | - |
| XYZ | 46.34 | 24.38 | 29.05 | - |
| YUV | 115.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 145 | 0 | 0.85 | 0.43 | 0.01 | 330.28 | 0.98 | 0.57 |
| Hex | FD | 27 | 91 | 0 | 55 | 2B | 1 | 14A | 62 | 39 |
| Octal | 375 | 47 | 221 | 0 | 125 | 53 | 1 | 512 | 142 | 71 |
| Binary | 11111101 | 100111 | 10010001 | 0 | 1010101 | 101011 | 1 | 101001010 | 1100010 | 111001 |
Color Harmonies of #FD2791
Complementary color
Monochromatic Colors of #FD2791
Black with #FD2791
Text Example
Text Example
White with #FD2791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2791; }
p { color: rgb(253,39,145); }
H1.HeaderClassName
{
color: #FD2791;
}
.AnyTagClassName
{
color: #FD2791;
}
</style>
background-color css
<style>
a { background-color: #FD2791; }
a { background-color: rgb(253,39,145); }
div.DivClassName
{
background-color: #FD2791;
}
.BgClassName
{
background-color: #FD2791;
}
</style>
border-color css
<style>
span { border-color: #FD2791; }
span { border-color: rgb(253,39,145); }
td.TdClassName
{
border-color: #FD2791;
}
.TagClassName
{
border-color: #FD2791;
}
</style>