Shades of Wild Strawberry #FD409A
Tints of Wild Strawberry #FD409A
RGB
CMYK
RGB Variations
Color information
#FD409A (or 0xFD409A) is known color: Wild Strawberry. HEX triplet: FD, 40 and 9A. RGB value is (253,64,154). Sum of RGB (Red+Green+Blue) = 253+64+154=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD409A is #02BF65. Grayscale: #828282. Windows color (decimal): -180070 or 10109181. OLE color: 10109181.
HSL color Cylindrical-coordinate representation of color #FD409A: hue angle of 331.43º 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 #FD409A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 154 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.01 |
| HSL | 331.43º | 0.98% | 0.62% | - |
| HSV(B) | 331.43º | 0.75% | 0.99% | - |
| XYZ | 48.17 | 26.88 | 33.22 | - |
| YUV | 130.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 154 | 0 | 0.75 | 0.39 | 0.01 | 331.43 | 0.98 | 0.62 |
| Hex | FD | 40 | 9A | 0 | 4B | 27 | 1 | 14B | 62 | 3E |
| Octal | 375 | 100 | 232 | 0 | 113 | 47 | 1 | 513 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10011010 | 0 | 1001011 | 100111 | 1 | 101001011 | 1100010 | 111110 |
Color Harmonies of #FD409A
Complementary color
Monochromatic Colors of #FD409A
Black with #FD409A
Text Example
Text Example
White with #FD409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD409A; }
p { color: rgb(253,64,154); }
H1.HeaderClassName
{
color: #FD409A;
}
.AnyTagClassName
{
color: #FD409A;
}
</style>
background-color css
<style>
a { background-color: #FD409A; }
a { background-color: rgb(253,64,154); }
div.DivClassName
{
background-color: #FD409A;
}
.BgClassName
{
background-color: #FD409A;
}
</style>
border-color css
<style>
span { border-color: #FD409A; }
span { border-color: rgb(253,64,154); }
td.TdClassName
{
border-color: #FD409A;
}
.TagClassName
{
border-color: #FD409A;
}
</style>