Shades of Wild Strawberry #FC358D
Tints of Wild Strawberry #FC358D
RGB
CMYK
RGB Variations
Color information
#FC358D (or 0xFC358D) is known color: Wild Strawberry. HEX triplet: FC, 35 and 8D. RGB value is (252,53,141). Sum of RGB (Red+Green+Blue) = 252+53+141=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358D is #03CA72. Grayscale: #7A7A7A. Windows color (decimal): -248435 or 9254396. OLE color: 9254396.
HSL color Cylindrical-coordinate representation of color #FC358D: hue angle of 333.47º degrees, saturation: 0.97, 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 #FC358D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.47º | 0.97% | 0.6% | - |
| HSV(B) | 333.47º | 0.79% | 0.99% | - |
| XYZ | 46.23 | 25.16 | 27.62 | - |
| YUV | 122.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 141 | 0 | 0.79 | 0.44 | 0.01 | 333.47 | 0.97 | 0.6 |
| Hex | FC | 35 | 8D | 0 | 4F | 2C | 1 | 14D | 61 | 3C |
| Octal | 374 | 65 | 215 | 0 | 117 | 54 | 1 | 515 | 141 | 74 |
| Binary | 11111100 | 110101 | 10001101 | 0 | 1001111 | 101100 | 1 | 101001101 | 1100001 | 111100 |
Color Harmonies of #FC358D
Complementary color
Monochromatic Colors of #FC358D
Black with #FC358D
Text Example
Text Example
White with #FC358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC358D; }
p { color: rgb(252,53,141); }
H1.HeaderClassName
{
color: #FC358D;
}
.AnyTagClassName
{
color: #FC358D;
}
</style>
background-color css
<style>
a { background-color: #FC358D; }
a { background-color: rgb(252,53,141); }
div.DivClassName
{
background-color: #FC358D;
}
.BgClassName
{
background-color: #FC358D;
}
</style>
border-color css
<style>
span { border-color: #FC358D; }
span { border-color: rgb(252,53,141); }
td.TdClassName
{
border-color: #FC358D;
}
.TagClassName
{
border-color: #FC358D;
}
</style>