Shades of Wild Strawberry #FC3F9C
Tints of Wild Strawberry #FC3F9C
RGB
CMYK
RGB Variations
Color information
#FC3F9C (or 0xFC3F9C) is known color: Wild Strawberry. HEX triplet: FC, 3F and 9C. RGB value is (252,63,156). Sum of RGB (Red+Green+Blue) = 252+63+156=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3F9C is #03C063. Grayscale: #818181. Windows color (decimal): -245860 or 10239996. OLE color: 10239996.
HSL color Cylindrical-coordinate representation of color #FC3F9C: hue angle of 330.48º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3F9C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 156 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.01 |
| HSL | 330.48º | 0.97% | 0.62% | - |
| HSV(B) | 330.48º | 0.75% | 0.99% | - |
| XYZ | 47.92 | 26.65 | 34.07 | - |
| YUV | 130.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 156 | 0 | 0.75 | 0.38 | 0.01 | 330.48 | 0.97 | 0.62 |
| Hex | FC | 3F | 9C | 0 | 4B | 26 | 1 | 14A | 61 | 3E |
| Octal | 374 | 77 | 234 | 0 | 113 | 46 | 1 | 512 | 141 | 76 |
| Binary | 11111100 | 111111 | 10011100 | 0 | 1001011 | 100110 | 1 | 101001010 | 1100001 | 111110 |
Color Harmonies of #FC3F9C
Complementary color
Monochromatic Colors of #FC3F9C
Black with #FC3F9C
Text Example
Text Example
White with #FC3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F9C; }
p { color: rgb(252,63,156); }
H1.HeaderClassName
{
color: #FC3F9C;
}
.AnyTagClassName
{
color: #FC3F9C;
}
</style>
background-color css
<style>
a { background-color: #FC3F9C; }
a { background-color: rgb(252,63,156); }
div.DivClassName
{
background-color: #FC3F9C;
}
.BgClassName
{
background-color: #FC3F9C;
}
</style>
border-color css
<style>
span { border-color: #FC3F9C; }
span { border-color: rgb(252,63,156); }
td.TdClassName
{
border-color: #FC3F9C;
}
.TagClassName
{
border-color: #FC3F9C;
}
</style>