Shades of Wild Strawberry #FD358C
Tints of Wild Strawberry #FD358C
RGB
CMYK
RGB Variations
Color information
#FD358C (or 0xFD358C) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8C. RGB value is (253,53,140). Sum of RGB (Red+Green+Blue) = 253+53+140=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358C is #02CA73. Grayscale: #7A7A7A. Windows color (decimal): -182900 or 9188861. OLE color: 9188861.
HSL color Cylindrical-coordinate representation of color #FD358C: hue angle of 333.9º 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 #FD358C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 140 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.01 |
| HSL | 333.9º | 0.98% | 0.6% | - |
| HSV(B) | 333.9º | 0.79% | 0.99% | - |
| XYZ | 46.51 | 25.32 | 27.25 | - |
| YUV | 122.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 140 | 0 | 0.79 | 0.45 | 0.01 | 333.9 | 0.98 | 0.6 |
| Hex | FD | 35 | 8C | 0 | 4F | 2D | 1 | 14E | 62 | 3C |
| Octal | 375 | 65 | 214 | 0 | 117 | 55 | 1 | 516 | 142 | 74 |
| Binary | 11111101 | 110101 | 10001100 | 0 | 1001111 | 101101 | 1 | 101001110 | 1100010 | 111100 |
Color Harmonies of #FD358C
Complementary color
Monochromatic Colors of #FD358C
Black with #FD358C
Text Example
Text Example
White with #FD358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD358C; }
p { color: rgb(253,53,140); }
H1.HeaderClassName
{
color: #FD358C;
}
.AnyTagClassName
{
color: #FD358C;
}
</style>
background-color css
<style>
a { background-color: #FD358C; }
a { background-color: rgb(253,53,140); }
div.DivClassName
{
background-color: #FD358C;
}
.BgClassName
{
background-color: #FD358C;
}
</style>
border-color css
<style>
span { border-color: #FD358C; }
span { border-color: rgb(253,53,140); }
td.TdClassName
{
border-color: #FD358C;
}
.TagClassName
{
border-color: #FD358C;
}
</style>