Shades of Wild Strawberry #FD389D
Tints of Wild Strawberry #FD389D
RGB
CMYK
RGB Variations
Color information
#FD389D (or 0xFD389D) is known color: Wild Strawberry. HEX triplet: FD, 38 and 9D. RGB value is (253,56,157). Sum of RGB (Red+Green+Blue) = 253+56+157=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD389D is #02C762. Grayscale: #7E7E7E. Windows color (decimal): -182115 or 10303741. OLE color: 10303741.
HSL color Cylindrical-coordinate representation of color #FD389D: hue angle of 329.24º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD389D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.01 |
| HSL | 329.24º | 0.98% | 0.61% | - |
| HSV(B) | 329.24º | 0.78% | 0.99% | - |
| XYZ | 48.01 | 26.15 | 34.41 | - |
| YUV | 126.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 157 | 0 | 0.78 | 0.38 | 0.01 | 329.24 | 0.98 | 0.61 |
| Hex | FD | 38 | 9D | 0 | 4E | 26 | 1 | 149 | 62 | 3D |
| Octal | 375 | 70 | 235 | 0 | 116 | 46 | 1 | 511 | 142 | 75 |
| Binary | 11111101 | 111000 | 10011101 | 0 | 1001110 | 100110 | 1 | 101001001 | 1100010 | 111101 |
Color Harmonies of #FD389D
Complementary color
Monochromatic Colors of #FD389D
Black with #FD389D
Text Example
Text Example
White with #FD389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD389D; }
p { color: rgb(253,56,157); }
H1.HeaderClassName
{
color: #FD389D;
}
.AnyTagClassName
{
color: #FD389D;
}
</style>
background-color css
<style>
a { background-color: #FD389D; }
a { background-color: rgb(253,56,157); }
div.DivClassName
{
background-color: #FD389D;
}
.BgClassName
{
background-color: #FD389D;
}
</style>
border-color css
<style>
span { border-color: #FD389D; }
span { border-color: rgb(253,56,157); }
td.TdClassName
{
border-color: #FD389D;
}
.TagClassName
{
border-color: #FD389D;
}
</style>