Shades of Wild Strawberry #FC378D
Tints of Wild Strawberry #FC378D
RGB
CMYK
RGB Variations
Color information
#FC378D (or 0xFC378D) is known color: Wild Strawberry. HEX triplet: FC, 37 and 8D. RGB value is (252,55,141). Sum of RGB (Red+Green+Blue) = 252+55+141=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC378D is #03C872. Grayscale: #7B7B7B. Windows color (decimal): -247923 or 9254908. OLE color: 9254908.
HSL color Cylindrical-coordinate representation of color #FC378D: hue angle of 333.81º 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 #FC378D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 141 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.01 |
| HSL | 333.81º | 0.97% | 0.6% | - |
| HSV(B) | 333.81º | 0.78% | 0.99% | - |
| XYZ | 46.32 | 25.35 | 27.65 | - |
| YUV | 123.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 141 | 0 | 0.78 | 0.44 | 0.01 | 333.81 | 0.97 | 0.6 |
| Hex | FC | 37 | 8D | 0 | 4E | 2C | 1 | 14E | 61 | 3C |
| Octal | 374 | 67 | 215 | 0 | 116 | 54 | 1 | 516 | 141 | 74 |
| Binary | 11111100 | 110111 | 10001101 | 0 | 1001110 | 101100 | 1 | 101001110 | 1100001 | 111100 |
Color Harmonies of #FC378D
Complementary color
Monochromatic Colors of #FC378D
Black with #FC378D
Text Example
Text Example
White with #FC378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC378D; }
p { color: rgb(252,55,141); }
H1.HeaderClassName
{
color: #FC378D;
}
.AnyTagClassName
{
color: #FC378D;
}
</style>
background-color css
<style>
a { background-color: #FC378D; }
a { background-color: rgb(252,55,141); }
div.DivClassName
{
background-color: #FC378D;
}
.BgClassName
{
background-color: #FC378D;
}
</style>
border-color css
<style>
span { border-color: #FC378D; }
span { border-color: rgb(252,55,141); }
td.TdClassName
{
border-color: #FC378D;
}
.TagClassName
{
border-color: #FC378D;
}
</style>