Shades of Wild Strawberry #FD328A
Tints of Wild Strawberry #FD328A
RGB
CMYK
RGB Variations
Color information
#FD328A (or 0xFD328A) is known color: Wild Strawberry. HEX triplet: FD, 32 and 8A. RGB value is (253,50,138). Sum of RGB (Red+Green+Blue) = 253+50+138=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD328A is #02CD75. Grayscale: #787878. Windows color (decimal): -183670 or 9057021. OLE color: 9057021.
HSL color Cylindrical-coordinate representation of color #FD328A: hue angle of 333.99º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD328A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 138 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.01 |
| HSL | 333.99º | 0.98% | 0.59% | - |
| HSV(B) | 333.99º | 0.8% | 0.99% | - |
| XYZ | 46.24 | 25 | 26.43 | - |
| YUV | 120.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 138 | 0 | 0.80 | 0.45 | 0.01 | 333.99 | 0.98 | 0.59 |
| Hex | FD | 32 | 8A | 0 | 50 | 2D | 1 | 14E | 62 | 3B |
| Octal | 375 | 62 | 212 | 0 | 120 | 55 | 1 | 516 | 142 | 73 |
| Binary | 11111101 | 110010 | 10001010 | 0 | 1010000 | 101101 | 1 | 101001110 | 1100010 | 111011 |
Color Harmonies of #FD328A
Complementary color
Monochromatic Colors of #FD328A
Black with #FD328A
Text Example
Text Example
White with #FD328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD328A; }
p { color: rgb(253,50,138); }
H1.HeaderClassName
{
color: #FD328A;
}
.AnyTagClassName
{
color: #FD328A;
}
</style>
background-color css
<style>
a { background-color: #FD328A; }
a { background-color: rgb(253,50,138); }
div.DivClassName
{
background-color: #FD328A;
}
.BgClassName
{
background-color: #FD328A;
}
</style>
border-color css
<style>
span { border-color: #FD328A; }
span { border-color: rgb(253,50,138); }
td.TdClassName
{
border-color: #FD328A;
}
.TagClassName
{
border-color: #FD328A;
}
</style>