Shades of Wild Strawberry #FD2992
Tints of Wild Strawberry #FD2992
RGB
CMYK
RGB Variations
Color information
#FD2992 (or 0xFD2992) is known color: Wild Strawberry. HEX triplet: FD, 29 and 92. RGB value is (253,41,146). Sum of RGB (Red+Green+Blue) = 253+41+146=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2992 is #02D66D. Grayscale: #747474. Windows color (decimal): -185966 or 9579005. OLE color: 9579005.
HSL color Cylindrical-coordinate representation of color #FD2992: hue angle of 330.28º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2992 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 146 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.01 |
| HSL | 330.28º | 0.98% | 0.58% | - |
| HSV(B) | 330.28º | 0.84% | 0.99% | - |
| XYZ | 46.49 | 24.54 | 29.48 | - |
| YUV | 116.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 146 | 0 | 0.84 | 0.42 | 0.01 | 330.28 | 0.98 | 0.58 |
| Hex | FD | 29 | 92 | 0 | 54 | 2A | 1 | 14A | 62 | 3A |
| Octal | 375 | 51 | 222 | 0 | 124 | 52 | 1 | 512 | 142 | 72 |
| Binary | 11111101 | 101001 | 10010010 | 0 | 1010100 | 101010 | 1 | 101001010 | 1100010 | 111010 |
Color Harmonies of #FD2992
Complementary color
Monochromatic Colors of #FD2992
Black with #FD2992
Text Example
Text Example
White with #FD2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2992; }
p { color: rgb(253,41,146); }
H1.HeaderClassName
{
color: #FD2992;
}
.AnyTagClassName
{
color: #FD2992;
}
</style>
background-color css
<style>
a { background-color: #FD2992; }
a { background-color: rgb(253,41,146); }
div.DivClassName
{
background-color: #FD2992;
}
.BgClassName
{
background-color: #FD2992;
}
</style>
border-color css
<style>
span { border-color: #FD2992; }
span { border-color: rgb(253,41,146); }
td.TdClassName
{
border-color: #FD2992;
}
.TagClassName
{
border-color: #FD2992;
}
</style>