Shades of Wild Strawberry #FD348D
Tints of Wild Strawberry #FD348D
RGB
CMYK
RGB Variations
Color information
#FD348D (or 0xFD348D) is known color: Wild Strawberry. HEX triplet: FD, 34 and 8D. RGB value is (253,52,141). Sum of RGB (Red+Green+Blue) = 253+52+141=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD348D is #02CB72. Grayscale: #7A7A7A. Windows color (decimal): -183155 or 9254141. OLE color: 9254141.
HSL color Cylindrical-coordinate representation of color #FD348D: hue angle of 333.43º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD348D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 52 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.43º | 0.98% | 0.6% | - |
| HSV(B) | 333.43º | 0.79% | 0.99% | - |
| XYZ | 46.54 | 25.26 | 27.62 | - |
| YUV | 122.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 52 | 141 | 0 | 0.79 | 0.44 | 0.01 | 333.43 | 0.98 | 0.6 |
| Hex | FD | 34 | 8D | 0 | 4F | 2C | 1 | 14D | 62 | 3C |
| Octal | 375 | 64 | 215 | 0 | 117 | 54 | 1 | 515 | 142 | 74 |
| Binary | 11111101 | 110100 | 10001101 | 0 | 1001111 | 101100 | 1 | 101001101 | 1100010 | 111100 |
Color Harmonies of #FD348D
Complementary color
Monochromatic Colors of #FD348D
Black with #FD348D
Text Example
Text Example
White with #FD348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD348D; }
p { color: rgb(253,52,141); }
H1.HeaderClassName
{
color: #FD348D;
}
.AnyTagClassName
{
color: #FD348D;
}
</style>
background-color css
<style>
a { background-color: #FD348D; }
a { background-color: rgb(253,52,141); }
div.DivClassName
{
background-color: #FD348D;
}
.BgClassName
{
background-color: #FD348D;
}
</style>
border-color css
<style>
span { border-color: #FD348D; }
span { border-color: rgb(253,52,141); }
td.TdClassName
{
border-color: #FD348D;
}
.TagClassName
{
border-color: #FD348D;
}
</style>