Shades of Wild Strawberry #FC389F
Tints of Wild Strawberry #FC389F
RGB
CMYK
RGB Variations
Color information
#FC389F (or 0xFC389F) is known color: Wild Strawberry. HEX triplet: FC, 38 and 9F. RGB value is (252,56,159). Sum of RGB (Red+Green+Blue) = 252+56+159=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC389F is #03C760. Grayscale: #7E7E7E. Windows color (decimal): -247649 or 10434812. OLE color: 10434812.
HSL color Cylindrical-coordinate representation of color #FC389F: hue angle of 328.47º 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 #FC389F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 159 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.01 |
| HSL | 328.47º | 0.97% | 0.6% | - |
| HSV(B) | 328.47º | 0.78% | 0.99% | - |
| XYZ | 47.82 | 26.03 | 35.3 | - |
| YUV | 126.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 159 | 0 | 0.78 | 0.37 | 0.01 | 328.47 | 0.97 | 0.6 |
| Hex | FC | 38 | 9F | 0 | 4E | 25 | 1 | 148 | 61 | 3C |
| Octal | 374 | 70 | 237 | 0 | 116 | 45 | 1 | 510 | 141 | 74 |
| Binary | 11111100 | 111000 | 10011111 | 0 | 1001110 | 100101 | 1 | 101001000 | 1100001 | 111100 |
Color Harmonies of #FC389F
Complementary color
Monochromatic Colors of #FC389F
Black with #FC389F
Text Example
Text Example
White with #FC389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC389F; }
p { color: rgb(252,56,159); }
H1.HeaderClassName
{
color: #FC389F;
}
.AnyTagClassName
{
color: #FC389F;
}
</style>
background-color css
<style>
a { background-color: #FC389F; }
a { background-color: rgb(252,56,159); }
div.DivClassName
{
background-color: #FC389F;
}
.BgClassName
{
background-color: #FC389F;
}
</style>
border-color css
<style>
span { border-color: #FC389F; }
span { border-color: rgb(252,56,159); }
td.TdClassName
{
border-color: #FC389F;
}
.TagClassName
{
border-color: #FC389F;
}
</style>