Shades of Wild Strawberry #FC389C
Tints of Wild Strawberry #FC389C
RGB
CMYK
RGB Variations
Color information
#FC389C (or 0xFC389C) is known color: Wild Strawberry. HEX triplet: FC, 38 and 9C. RGB value is (252,56,156). Sum of RGB (Red+Green+Blue) = 252+56+156=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC389C is #03C763. Grayscale: #7D7D7D. Windows color (decimal): -247652 or 10238204. OLE color: 10238204.
HSL color Cylindrical-coordinate representation of color #FC389C: hue angle of 329.39º 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 #FC389C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 156 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.01 |
| HSL | 329.39º | 0.97% | 0.6% | - |
| HSV(B) | 329.39º | 0.78% | 0.99% | - |
| XYZ | 47.56 | 25.92 | 33.95 | - |
| YUV | 126 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 156 | 0 | 0.78 | 0.38 | 0.01 | 329.39 | 0.97 | 0.6 |
| Hex | FC | 38 | 9C | 0 | 4E | 26 | 1 | 149 | 61 | 3C |
| Octal | 374 | 70 | 234 | 0 | 116 | 46 | 1 | 511 | 141 | 74 |
| Binary | 11111100 | 111000 | 10011100 | 0 | 1001110 | 100110 | 1 | 101001001 | 1100001 | 111100 |
Color Harmonies of #FC389C
Complementary color
Monochromatic Colors of #FC389C
Black with #FC389C
Text Example
Text Example
White with #FC389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC389C; }
p { color: rgb(252,56,156); }
H1.HeaderClassName
{
color: #FC389C;
}
.AnyTagClassName
{
color: #FC389C;
}
</style>
background-color css
<style>
a { background-color: #FC389C; }
a { background-color: rgb(252,56,156); }
div.DivClassName
{
background-color: #FC389C;
}
.BgClassName
{
background-color: #FC389C;
}
</style>
border-color css
<style>
span { border-color: #FC389C; }
span { border-color: rgb(252,56,156); }
td.TdClassName
{
border-color: #FC389C;
}
.TagClassName
{
border-color: #FC389C;
}
</style>