Shades of Wild Strawberry #FD2994
Tints of Wild Strawberry #FD2994
RGB
CMYK
RGB Variations
Color information
#FD2994 (or 0xFD2994) is known color: Wild Strawberry. HEX triplet: FD, 29 and 94. RGB value is (253,41,148). Sum of RGB (Red+Green+Blue) = 253+41+148=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2994 is #02D66B. Grayscale: #747474. Windows color (decimal): -185964 or 9710077. OLE color: 9710077.
HSL color Cylindrical-coordinate representation of color #FD2994: hue angle of 329.72º 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 #FD2994 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 148 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.01 |
| HSL | 329.72º | 0.98% | 0.58% | - |
| HSV(B) | 329.72º | 0.84% | 0.99% | - |
| XYZ | 46.65 | 24.61 | 30.31 | - |
| YUV | 116.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 148 | 0 | 0.84 | 0.42 | 0.01 | 329.72 | 0.98 | 0.58 |
| Hex | FD | 29 | 94 | 0 | 54 | 2A | 1 | 14A | 62 | 3A |
| Octal | 375 | 51 | 224 | 0 | 124 | 52 | 1 | 512 | 142 | 72 |
| Binary | 11111101 | 101001 | 10010100 | 0 | 1010100 | 101010 | 1 | 101001010 | 1100010 | 111010 |
Color Harmonies of #FD2994
Complementary color
Monochromatic Colors of #FD2994
Black with #FD2994
Text Example
Text Example
White with #FD2994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2994; }
p { color: rgb(253,41,148); }
H1.HeaderClassName
{
color: #FD2994;
}
.AnyTagClassName
{
color: #FD2994;
}
</style>
background-color css
<style>
a { background-color: #FD2994; }
a { background-color: rgb(253,41,148); }
div.DivClassName
{
background-color: #FD2994;
}
.BgClassName
{
background-color: #FD2994;
}
</style>
border-color css
<style>
span { border-color: #FD2994; }
span { border-color: rgb(253,41,148); }
td.TdClassName
{
border-color: #FD2994;
}
.TagClassName
{
border-color: #FD2994;
}
</style>