Shades of Wild Strawberry #FD409D
Tints of Wild Strawberry #FD409D
RGB
CMYK
RGB Variations
Color information
#FD409D (or 0xFD409D) is known color: Wild Strawberry. HEX triplet: FD, 40 and 9D. RGB value is (253,64,157). Sum of RGB (Red+Green+Blue) = 253+64+157=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD409D is #02BF62. Grayscale: #828282. Windows color (decimal): -180067 or 10305789. OLE color: 10305789.
HSL color Cylindrical-coordinate representation of color #FD409D: hue angle of 330.48º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD409D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 157 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.01 |
| HSL | 330.48º | 0.98% | 0.62% | - |
| HSV(B) | 330.48º | 0.75% | 0.99% | - |
| XYZ | 48.43 | 26.98 | 34.55 | - |
| YUV | 131.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 157 | 0 | 0.75 | 0.38 | 0.01 | 330.48 | 0.98 | 0.62 |
| Hex | FD | 40 | 9D | 0 | 4B | 26 | 1 | 14A | 62 | 3E |
| Octal | 375 | 100 | 235 | 0 | 113 | 46 | 1 | 512 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10011101 | 0 | 1001011 | 100110 | 1 | 101001010 | 1100010 | 111110 |
Color Harmonies of #FD409D
Complementary color
Monochromatic Colors of #FD409D
Black with #FD409D
Text Example
Text Example
White with #FD409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD409D; }
p { color: rgb(253,64,157); }
H1.HeaderClassName
{
color: #FD409D;
}
.AnyTagClassName
{
color: #FD409D;
}
</style>
background-color css
<style>
a { background-color: #FD409D; }
a { background-color: rgb(253,64,157); }
div.DivClassName
{
background-color: #FD409D;
}
.BgClassName
{
background-color: #FD409D;
}
</style>
border-color css
<style>
span { border-color: #FD409D; }
span { border-color: rgb(253,64,157); }
td.TdClassName
{
border-color: #FD409D;
}
.TagClassName
{
border-color: #FD409D;
}
</style>