Shades of Wild Strawberry #FC379C
Tints of Wild Strawberry #FC379C
RGB
CMYK
RGB Variations
Color information
#FC379C (or 0xFC379C) is known color: Wild Strawberry. HEX triplet: FC, 37 and 9C. RGB value is (252,55,156). Sum of RGB (Red+Green+Blue) = 252+55+156=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC379C is #03C863. Grayscale: #7D7D7D. Windows color (decimal): -247908 or 10237948. OLE color: 10237948.
HSL color Cylindrical-coordinate representation of color #FC379C: hue angle of 329.24º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC379C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 156 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.01 |
| HSL | 329.24º | 0.97% | 0.6% | - |
| HSV(B) | 329.24º | 0.78% | 0.99% | - |
| XYZ | 47.51 | 25.83 | 33.93 | - |
| YUV | 125.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 156 | 0 | 0.78 | 0.38 | 0.01 | 329.24 | 0.97 | 0.6 |
| Hex | FC | 37 | 9C | 0 | 4E | 26 | 1 | 149 | 61 | 3C |
| Octal | 374 | 67 | 234 | 0 | 116 | 46 | 1 | 511 | 141 | 74 |
| Binary | 11111100 | 110111 | 10011100 | 0 | 1001110 | 100110 | 1 | 101001001 | 1100001 | 111100 |
Color Harmonies of #FC379C
Complementary color
Monochromatic Colors of #FC379C
Black with #FC379C
Text Example
Text Example
White with #FC379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC379C; }
p { color: rgb(252,55,156); }
H1.HeaderClassName
{
color: #FC379C;
}
.AnyTagClassName
{
color: #FC379C;
}
</style>
background-color css
<style>
a { background-color: #FC379C; }
a { background-color: rgb(252,55,156); }
div.DivClassName
{
background-color: #FC379C;
}
.BgClassName
{
background-color: #FC379C;
}
</style>
border-color css
<style>
span { border-color: #FC379C; }
span { border-color: rgb(252,55,156); }
td.TdClassName
{
border-color: #FC379C;
}
.TagClassName
{
border-color: #FC379C;
}
</style>