Shades of Wild Strawberry #FC358A
Tints of Wild Strawberry #FC358A
RGB
CMYK
RGB Variations
Color information
#FC358A (or 0xFC358A) is known color: Wild Strawberry. HEX triplet: FC, 35 and 8A. RGB value is (252,53,138). Sum of RGB (Red+Green+Blue) = 252+53+138=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358A is #03CA75. Grayscale: #7A7A7A. Windows color (decimal): -248438 or 9057788. OLE color: 9057788.
HSL color Cylindrical-coordinate representation of color #FC358A: hue angle of 334.37º 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 #FC358A is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 138 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.01 |
| HSL | 334.37º | 0.97% | 0.6% | - |
| HSV(B) | 334.37º | 0.79% | 0.99% | - |
| XYZ | 46.01 | 25.08 | 26.46 | - |
| YUV | 122.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 138 | 0 | 0.79 | 0.45 | 0.01 | 334.37 | 0.97 | 0.6 |
| Hex | FC | 35 | 8A | 0 | 4F | 2D | 1 | 14E | 61 | 3C |
| Octal | 374 | 65 | 212 | 0 | 117 | 55 | 1 | 516 | 141 | 74 |
| Binary | 11111100 | 110101 | 10001010 | 0 | 1001111 | 101101 | 1 | 101001110 | 1100001 | 111100 |
Color Harmonies of #FC358A
Complementary color
Monochromatic Colors of #FC358A
Black with #FC358A
Text Example
Text Example
White with #FC358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC358A; }
p { color: rgb(252,53,138); }
H1.HeaderClassName
{
color: #FC358A;
}
.AnyTagClassName
{
color: #FC358A;
}
</style>
background-color css
<style>
a { background-color: #FC358A; }
a { background-color: rgb(252,53,138); }
div.DivClassName
{
background-color: #FC358A;
}
.BgClassName
{
background-color: #FC358A;
}
</style>
border-color css
<style>
span { border-color: #FC358A; }
span { border-color: rgb(252,53,138); }
td.TdClassName
{
border-color: #FC358A;
}
.TagClassName
{
border-color: #FC358A;
}
</style>