Shades of Wild Strawberry #FC389D
Tints of Wild Strawberry #FC389D
RGB
CMYK
RGB Variations
Color information
#FC389D (or 0xFC389D) is known color: Wild Strawberry. HEX triplet: FC, 38 and 9D. RGB value is (252,56,157). Sum of RGB (Red+Green+Blue) = 252+56+157=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC389D is #03C762. Grayscale: #7D7D7D. Windows color (decimal): -247651 or 10303740. OLE color: 10303740.
HSL color Cylindrical-coordinate representation of color #FC389D: hue angle of 329.08º 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 #FC389D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.01 |
| HSL | 329.08º | 0.97% | 0.6% | - |
| HSV(B) | 329.08º | 0.78% | 0.99% | - |
| XYZ | 47.64 | 25.96 | 34.4 | - |
| YUV | 126.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 157 | 0 | 0.78 | 0.38 | 0.01 | 329.08 | 0.97 | 0.6 |
| Hex | FC | 38 | 9D | 0 | 4E | 26 | 1 | 149 | 61 | 3C |
| Octal | 374 | 70 | 235 | 0 | 116 | 46 | 1 | 511 | 141 | 74 |
| Binary | 11111100 | 111000 | 10011101 | 0 | 1001110 | 100110 | 1 | 101001001 | 1100001 | 111100 |
Color Harmonies of #FC389D
Complementary color
Monochromatic Colors of #FC389D
Black with #FC389D
Text Example
Text Example
White with #FC389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC389D; }
p { color: rgb(252,56,157); }
H1.HeaderClassName
{
color: #FC389D;
}
.AnyTagClassName
{
color: #FC389D;
}
</style>
background-color css
<style>
a { background-color: #FC389D; }
a { background-color: rgb(252,56,157); }
div.DivClassName
{
background-color: #FC389D;
}
.BgClassName
{
background-color: #FC389D;
}
</style>
border-color css
<style>
span { border-color: #FC389D; }
span { border-color: rgb(252,56,157); }
td.TdClassName
{
border-color: #FC389D;
}
.TagClassName
{
border-color: #FC389D;
}
</style>