Shades of Wild Strawberry #FC389A
Tints of Wild Strawberry #FC389A
RGB
CMYK
RGB Variations
Color information
#FC389A (or 0xFC389A) is known color: Wild Strawberry. HEX triplet: FC, 38 and 9A. RGB value is (252,56,154). Sum of RGB (Red+Green+Blue) = 252+56+154=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC389A is #03C765. Grayscale: #7D7D7D. Windows color (decimal): -247654 or 10107132. OLE color: 10107132.
HSL color Cylindrical-coordinate representation of color #FC389A: hue angle of 330º 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 #FC389A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 154 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.01 |
| HSL | 330º | 0.97% | 0.6% | - |
| HSV(B) | 330º | 0.78% | 0.99% | - |
| XYZ | 47.39 | 25.86 | 33.06 | - |
| YUV | 125.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 154 | 0 | 0.78 | 0.39 | 0.01 | 330 | 0.97 | 0.6 |
| Hex | FC | 38 | 9A | 0 | 4E | 27 | 1 | 14A | 61 | 3C |
| Octal | 374 | 70 | 232 | 0 | 116 | 47 | 1 | 512 | 141 | 74 |
| Binary | 11111100 | 111000 | 10011010 | 0 | 1001110 | 100111 | 1 | 101001010 | 1100001 | 111100 |
Color Harmonies of #FC389A
Complementary color
Monochromatic Colors of #FC389A
Black with #FC389A
Text Example
Text Example
White with #FC389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC389A; }
p { color: rgb(252,56,154); }
H1.HeaderClassName
{
color: #FC389A;
}
.AnyTagClassName
{
color: #FC389A;
}
</style>
background-color css
<style>
a { background-color: #FC389A; }
a { background-color: rgb(252,56,154); }
div.DivClassName
{
background-color: #FC389A;
}
.BgClassName
{
background-color: #FC389A;
}
</style>
border-color css
<style>
span { border-color: #FC389A; }
span { border-color: rgb(252,56,154); }
td.TdClassName
{
border-color: #FC389A;
}
.TagClassName
{
border-color: #FC389A;
}
</style>