Shades of Wild Strawberry #FC319C
Tints of Wild Strawberry #FC319C
RGB
CMYK
RGB Variations
Color information
#FC319C (or 0xFC319C) is known color: Wild Strawberry. HEX triplet: FC, 31 and 9C. RGB value is (252,49,156). Sum of RGB (Red+Green+Blue) = 252+49+156=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC319C is #03CE63. Grayscale: #797979. Windows color (decimal): -249444 or 10236412. OLE color: 10236412.
HSL color Cylindrical-coordinate representation of color #FC319C: hue angle of 328.37º 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 #FC319C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 156 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.01 |
| HSL | 328.37º | 0.97% | 0.59% | - |
| HSV(B) | 328.37º | 0.81% | 0.99% | - |
| XYZ | 47.24 | 25.29 | 33.84 | - |
| YUV | 121.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 156 | 0 | 0.81 | 0.38 | 0.01 | 328.37 | 0.97 | 0.59 |
| Hex | FC | 31 | 9C | 0 | 51 | 26 | 1 | 148 | 61 | 3B |
| Octal | 374 | 61 | 234 | 0 | 121 | 46 | 1 | 510 | 141 | 73 |
| Binary | 11111100 | 110001 | 10011100 | 0 | 1010001 | 100110 | 1 | 101001000 | 1100001 | 111011 |
Color Harmonies of #FC319C
Complementary color
Monochromatic Colors of #FC319C
Black with #FC319C
Text Example
Text Example
White with #FC319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC319C; }
p { color: rgb(252,49,156); }
H1.HeaderClassName
{
color: #FC319C;
}
.AnyTagClassName
{
color: #FC319C;
}
</style>
background-color css
<style>
a { background-color: #FC319C; }
a { background-color: rgb(252,49,156); }
div.DivClassName
{
background-color: #FC319C;
}
.BgClassName
{
background-color: #FC319C;
}
</style>
border-color css
<style>
span { border-color: #FC319C; }
span { border-color: rgb(252,49,156); }
td.TdClassName
{
border-color: #FC319C;
}
.TagClassName
{
border-color: #FC319C;
}
</style>