Shades of Wild Strawberry #FC358E
Tints of Wild Strawberry #FC358E
RGB
CMYK
RGB Variations
Color information
#FC358E (or 0xFC358E) is known color: Wild Strawberry. HEX triplet: FC, 35 and 8E. RGB value is (252,53,142). Sum of RGB (Red+Green+Blue) = 252+53+142=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358E is #03CA71. Grayscale: #7A7A7A. Windows color (decimal): -248434 or 9319932. OLE color: 9319932.
HSL color Cylindrical-coordinate representation of color #FC358E: hue angle of 333.17º 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 #FC358E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 142 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.17º | 0.97% | 0.6% | - |
| HSV(B) | 333.17º | 0.79% | 0.99% | - |
| XYZ | 46.3 | 25.19 | 28.01 | - |
| YUV | 122.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 142 | 0 | 0.79 | 0.44 | 0.01 | 333.17 | 0.97 | 0.6 |
| Hex | FC | 35 | 8E | 0 | 4F | 2C | 1 | 14D | 61 | 3C |
| Octal | 374 | 65 | 216 | 0 | 117 | 54 | 1 | 515 | 141 | 74 |
| Binary | 11111100 | 110101 | 10001110 | 0 | 1001111 | 101100 | 1 | 101001101 | 1100001 | 111100 |
Color Harmonies of #FC358E
Complementary color
Monochromatic Colors of #FC358E
Black with #FC358E
Text Example
Text Example
White with #FC358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC358E; }
p { color: rgb(252,53,142); }
H1.HeaderClassName
{
color: #FC358E;
}
.AnyTagClassName
{
color: #FC358E;
}
</style>
background-color css
<style>
a { background-color: #FC358E; }
a { background-color: rgb(252,53,142); }
div.DivClassName
{
background-color: #FC358E;
}
.BgClassName
{
background-color: #FC358E;
}
</style>
border-color css
<style>
span { border-color: #FC358E; }
span { border-color: rgb(252,53,142); }
td.TdClassName
{
border-color: #FC358E;
}
.TagClassName
{
border-color: #FC358E;
}
</style>