Shades of Wild Strawberry #FD358E
Tints of Wild Strawberry #FD358E
RGB
CMYK
RGB Variations
Color information
#FD358E (or 0xFD358E) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8E. RGB value is (253,53,142). Sum of RGB (Red+Green+Blue) = 253+53+142=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358E is #02CA71. Grayscale: #7A7A7A. Windows color (decimal): -182898 or 9319933. OLE color: 9319933.
HSL color Cylindrical-coordinate representation of color #FD358E: hue angle of 333.3º 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 #FD358E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 142 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.3º | 0.98% | 0.6% | - |
| HSV(B) | 333.3º | 0.79% | 0.99% | - |
| XYZ | 46.66 | 25.38 | 28.03 | - |
| YUV | 122.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 142 | 0 | 0.79 | 0.44 | 0.01 | 333.3 | 0.98 | 0.6 |
| Hex | FD | 35 | 8E | 0 | 4F | 2C | 1 | 14D | 62 | 3C |
| Octal | 375 | 65 | 216 | 0 | 117 | 54 | 1 | 515 | 142 | 74 |
| Binary | 11111101 | 110101 | 10001110 | 0 | 1001111 | 101100 | 1 | 101001101 | 1100010 | 111100 |
Color Harmonies of #FD358E
Complementary color
Monochromatic Colors of #FD358E
Black with #FD358E
Text Example
Text Example
White with #FD358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD358E; }
p { color: rgb(253,53,142); }
H1.HeaderClassName
{
color: #FD358E;
}
.AnyTagClassName
{
color: #FD358E;
}
</style>
background-color css
<style>
a { background-color: #FD358E; }
a { background-color: rgb(253,53,142); }
div.DivClassName
{
background-color: #FD358E;
}
.BgClassName
{
background-color: #FD358E;
}
</style>
border-color css
<style>
span { border-color: #FD358E; }
span { border-color: rgb(253,53,142); }
td.TdClassName
{
border-color: #FD358E;
}
.TagClassName
{
border-color: #FD358E;
}
</style>