Shades of Wild Strawberry #FD409C
Tints of Wild Strawberry #FD409C
RGB
CMYK
RGB Variations
Color information
#FD409C (or 0xFD409C) is known color: Wild Strawberry. HEX triplet: FD, 40 and 9C. RGB value is (253,64,156). Sum of RGB (Red+Green+Blue) = 253+64+156=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD409C is #02BF63. Grayscale: #828282. Windows color (decimal): -180068 or 10240253. OLE color: 10240253.
HSL color Cylindrical-coordinate representation of color #FD409C: hue angle of 330.79º 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 #FD409C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 156 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.01 |
| HSL | 330.79º | 0.98% | 0.62% | - |
| HSV(B) | 330.79º | 0.75% | 0.99% | - |
| XYZ | 48.34 | 26.95 | 34.11 | - |
| YUV | 131 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 156 | 0 | 0.75 | 0.38 | 0.01 | 330.79 | 0.98 | 0.62 |
| Hex | FD | 40 | 9C | 0 | 4B | 26 | 1 | 14B | 62 | 3E |
| Octal | 375 | 100 | 234 | 0 | 113 | 46 | 1 | 513 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10011100 | 0 | 1001011 | 100110 | 1 | 101001011 | 1100010 | 111110 |
Color Harmonies of #FD409C
Complementary color
Monochromatic Colors of #FD409C
Black with #FD409C
Text Example
Text Example
White with #FD409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD409C; }
p { color: rgb(253,64,156); }
H1.HeaderClassName
{
color: #FD409C;
}
.AnyTagClassName
{
color: #FD409C;
}
</style>
background-color css
<style>
a { background-color: #FD409C; }
a { background-color: rgb(253,64,156); }
div.DivClassName
{
background-color: #FD409C;
}
.BgClassName
{
background-color: #FD409C;
}
</style>
border-color css
<style>
span { border-color: #FD409C; }
span { border-color: rgb(253,64,156); }
td.TdClassName
{
border-color: #FD409C;
}
.TagClassName
{
border-color: #FD409C;
}
</style>