Shades of Wild Strawberry #FC3C9C
Tints of Wild Strawberry #FC3C9C
RGB
CMYK
RGB Variations
Color information
#FC3C9C (or 0xFC3C9C) is known color: Wild Strawberry. HEX triplet: FC, 3C and 9C. RGB value is (252,60,156). Sum of RGB (Red+Green+Blue) = 252+60+156=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3C9C is #03C363. Grayscale: #808080. Windows color (decimal): -246628 or 10239228. OLE color: 10239228.
HSL color Cylindrical-coordinate representation of color #FC3C9C: hue angle of 330º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C9C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 156 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.01 |
| HSL | 330º | 0.97% | 0.61% | - |
| HSV(B) | 330º | 0.76% | 0.99% | - |
| XYZ | 47.76 | 26.33 | 34.02 | - |
| YUV | 128.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 156 | 0 | 0.76 | 0.38 | 0.01 | 330 | 0.97 | 0.61 |
| Hex | FC | 3C | 9C | 0 | 4C | 26 | 1 | 14A | 61 | 3D |
| Octal | 374 | 74 | 234 | 0 | 114 | 46 | 1 | 512 | 141 | 75 |
| Binary | 11111100 | 111100 | 10011100 | 0 | 1001100 | 100110 | 1 | 101001010 | 1100001 | 111101 |
Color Harmonies of #FC3C9C
Complementary color
Monochromatic Colors of #FC3C9C
Black with #FC3C9C
Text Example
Text Example
White with #FC3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C9C; }
p { color: rgb(252,60,156); }
H1.HeaderClassName
{
color: #FC3C9C;
}
.AnyTagClassName
{
color: #FC3C9C;
}
</style>
background-color css
<style>
a { background-color: #FC3C9C; }
a { background-color: rgb(252,60,156); }
div.DivClassName
{
background-color: #FC3C9C;
}
.BgClassName
{
background-color: #FC3C9C;
}
</style>
border-color css
<style>
span { border-color: #FC3C9C; }
span { border-color: rgb(252,60,156); }
td.TdClassName
{
border-color: #FC3C9C;
}
.TagClassName
{
border-color: #FC3C9C;
}
</style>