Shades of Wild Strawberry #FD37A1
Tints of Wild Strawberry #FD37A1
RGB
CMYK
RGB Variations
Color information
#FD37A1 (or 0xFD37A1) is known color: Wild Strawberry. HEX triplet: FD, 37 and A1. RGB value is (253,55,161). Sum of RGB (Red+Green+Blue) = 253+55+161=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD37A1 is #02C85E. Grayscale: #7E7E7E. Windows color (decimal): -182367 or 10565629. OLE color: 10565629.
HSL color Cylindrical-coordinate representation of color #FD37A1: hue angle of 327.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD37A1 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 161 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.01 |
| HSL | 327.88º | 0.98% | 0.6% | - |
| HSV(B) | 327.88º | 0.78% | 0.99% | - |
| XYZ | 48.31 | 26.19 | 36.23 | - |
| YUV | 126.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 161 | 0 | 0.78 | 0.36 | 0.01 | 327.88 | 0.98 | 0.6 |
| Hex | FD | 37 | A1 | 0 | 4E | 24 | 1 | 148 | 62 | 3C |
| Octal | 375 | 67 | 241 | 0 | 116 | 44 | 1 | 510 | 142 | 74 |
| Binary | 11111101 | 110111 | 10100001 | 0 | 1001110 | 100100 | 1 | 101001000 | 1100010 | 111100 |
Color Harmonies of #FD37A1
Complementary color
Monochromatic Colors of #FD37A1
Black with #FD37A1
Text Example
Text Example
White with #FD37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37A1; }
p { color: rgb(253,55,161); }
H1.HeaderClassName
{
color: #FD37A1;
}
.AnyTagClassName
{
color: #FD37A1;
}
</style>
background-color css
<style>
a { background-color: #FD37A1; }
a { background-color: rgb(253,55,161); }
div.DivClassName
{
background-color: #FD37A1;
}
.BgClassName
{
background-color: #FD37A1;
}
</style>
border-color css
<style>
span { border-color: #FD37A1; }
span { border-color: rgb(253,55,161); }
td.TdClassName
{
border-color: #FD37A1;
}
.TagClassName
{
border-color: #FD37A1;
}
</style>