Shades of Wild Strawberry #FD338C
Tints of Wild Strawberry #FD338C
RGB
CMYK
RGB Variations
Color information
#FD338C (or 0xFD338C) is known color: Wild Strawberry. HEX triplet: FD, 33 and 8C. RGB value is (253,51,140). Sum of RGB (Red+Green+Blue) = 253+51+140=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD338C is #02CC73. Grayscale: #797979. Windows color (decimal): -183412 or 9188349. OLE color: 9188349.
HSL color Cylindrical-coordinate representation of color #FD338C: hue angle of 333.56º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD338C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 140 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.01 |
| HSL | 333.56º | 0.98% | 0.6% | - |
| HSV(B) | 333.56º | 0.8% | 0.99% | - |
| XYZ | 46.43 | 25.14 | 27.22 | - |
| YUV | 121.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 140 | 0 | 0.80 | 0.45 | 0.01 | 333.56 | 0.98 | 0.6 |
| Hex | FD | 33 | 8C | 0 | 50 | 2D | 1 | 14E | 62 | 3C |
| Octal | 375 | 63 | 214 | 0 | 120 | 55 | 1 | 516 | 142 | 74 |
| Binary | 11111101 | 110011 | 10001100 | 0 | 1010000 | 101101 | 1 | 101001110 | 1100010 | 111100 |
Color Harmonies of #FD338C
Complementary color
Monochromatic Colors of #FD338C
Black with #FD338C
Text Example
Text Example
White with #FD338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD338C; }
p { color: rgb(253,51,140); }
H1.HeaderClassName
{
color: #FD338C;
}
.AnyTagClassName
{
color: #FD338C;
}
</style>
background-color css
<style>
a { background-color: #FD338C; }
a { background-color: rgb(253,51,140); }
div.DivClassName
{
background-color: #FD338C;
}
.BgClassName
{
background-color: #FD338C;
}
</style>
border-color css
<style>
span { border-color: #FD338C; }
span { border-color: rgb(253,51,140); }
td.TdClassName
{
border-color: #FD338C;
}
.TagClassName
{
border-color: #FD338C;
}
</style>