Shades of Wild Strawberry #FC3194
Tints of Wild Strawberry #FC3194
RGB
CMYK
RGB Variations
Color information
#FC3194 (or 0xFC3194) is known color: Wild Strawberry. HEX triplet: FC, 31 and 94. RGB value is (252,49,148). Sum of RGB (Red+Green+Blue) = 252+49+148=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3194 is #03CE6B. Grayscale: #787878. Windows color (decimal): -249452 or 9712124. OLE color: 9712124.
HSL color Cylindrical-coordinate representation of color #FC3194: hue angle of 330.74º 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 #FC3194 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 148 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.01 |
| HSL | 330.74º | 0.97% | 0.59% | - |
| HSV(B) | 330.74º | 0.81% | 0.99% | - |
| XYZ | 46.59 | 25.03 | 30.39 | - |
| YUV | 120.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 148 | 0 | 0.81 | 0.41 | 0.01 | 330.74 | 0.97 | 0.59 |
| Hex | FC | 31 | 94 | 0 | 51 | 29 | 1 | 14B | 61 | 3B |
| Octal | 374 | 61 | 224 | 0 | 121 | 51 | 1 | 513 | 141 | 73 |
| Binary | 11111100 | 110001 | 10010100 | 0 | 1010001 | 101001 | 1 | 101001011 | 1100001 | 111011 |
Color Harmonies of #FC3194
Complementary color
Monochromatic Colors of #FC3194
Black with #FC3194
Text Example
Text Example
White with #FC3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3194; }
p { color: rgb(252,49,148); }
H1.HeaderClassName
{
color: #FC3194;
}
.AnyTagClassName
{
color: #FC3194;
}
</style>
background-color css
<style>
a { background-color: #FC3194; }
a { background-color: rgb(252,49,148); }
div.DivClassName
{
background-color: #FC3194;
}
.BgClassName
{
background-color: #FC3194;
}
</style>
border-color css
<style>
span { border-color: #FC3194; }
span { border-color: rgb(252,49,148); }
td.TdClassName
{
border-color: #FC3194;
}
.TagClassName
{
border-color: #FC3194;
}
</style>