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