Shades of Wild Strawberry #FC3185
Tints of Wild Strawberry #FC3185
RGB
CMYK
RGB Variations
Color information
#FC3185 (or 0xFC3185) is known color: Wild Strawberry. HEX triplet: FC, 31 and 85. RGB value is (252,49,133). Sum of RGB (Red+Green+Blue) = 252+49+133=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3185 is #03CE7A. Grayscale: #777777. Windows color (decimal): -249467 or 8729084. OLE color: 8729084.
HSL color Cylindrical-coordinate representation of color #FC3185: hue angle of 335.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC3185 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 133 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.01 |
| HSL | 335.17º | 0.97% | 0.59% | - |
| HSV(B) | 335.17º | 0.81% | 0.99% | - |
| XYZ | 45.48 | 24.59 | 24.54 | - |
| YUV | 119.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 133 | 0 | 0.81 | 0.47 | 0.01 | 335.17 | 0.97 | 0.59 |
| Hex | FC | 31 | 85 | 0 | 51 | 2F | 1 | 14F | 61 | 3B |
| Octal | 374 | 61 | 205 | 0 | 121 | 57 | 1 | 517 | 141 | 73 |
| Binary | 11111100 | 110001 | 10000101 | 0 | 1010001 | 101111 | 1 | 101001111 | 1100001 | 111011 |
Color Harmonies of #FC3185
Complementary color
Monochromatic Colors of #FC3185
Black with #FC3185
Text Example
Text Example
White with #FC3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3185; }
p { color: rgb(252,49,133); }
H1.HeaderClassName
{
color: #FC3185;
}
.AnyTagClassName
{
color: #FC3185;
}
</style>
background-color css
<style>
a { background-color: #FC3185; }
a { background-color: rgb(252,49,133); }
div.DivClassName
{
background-color: #FC3185;
}
.BgClassName
{
background-color: #FC3185;
}
</style>
border-color css
<style>
span { border-color: #FC3185; }
span { border-color: rgb(252,49,133); }
td.TdClassName
{
border-color: #FC3185;
}
.TagClassName
{
border-color: #FC3185;
}
</style>