Shades of Wild Strawberry #FC3790
Tints of Wild Strawberry #FC3790
RGB
CMYK
RGB Variations
Color information
#FC3790 (or 0xFC3790) is known color: Wild Strawberry. HEX triplet: FC, 37 and 90. RGB value is (252,55,144). Sum of RGB (Red+Green+Blue) = 252+55+144=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3790 is #03C86F. Grayscale: #7B7B7B. Windows color (decimal): -247920 or 9451516. OLE color: 9451516.
HSL color Cylindrical-coordinate representation of color #FC3790: hue angle of 332.89º 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 #FC3790 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 144 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.01 |
| HSL | 332.89º | 0.97% | 0.6% | - |
| HSV(B) | 332.89º | 0.78% | 0.99% | - |
| XYZ | 46.55 | 25.44 | 28.84 | - |
| YUV | 124.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 144 | 0 | 0.78 | 0.43 | 0.01 | 332.89 | 0.97 | 0.6 |
| Hex | FC | 37 | 90 | 0 | 4E | 2B | 1 | 14D | 61 | 3C |
| Octal | 374 | 67 | 220 | 0 | 116 | 53 | 1 | 515 | 141 | 74 |
| Binary | 11111100 | 110111 | 10010000 | 0 | 1001110 | 101011 | 1 | 101001101 | 1100001 | 111100 |
Color Harmonies of #FC3790
Complementary color
Monochromatic Colors of #FC3790
Black with #FC3790
Text Example
Text Example
White with #FC3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3790; }
p { color: rgb(252,55,144); }
H1.HeaderClassName
{
color: #FC3790;
}
.AnyTagClassName
{
color: #FC3790;
}
</style>
background-color css
<style>
a { background-color: #FC3790; }
a { background-color: rgb(252,55,144); }
div.DivClassName
{
background-color: #FC3790;
}
.BgClassName
{
background-color: #FC3790;
}
</style>
border-color css
<style>
span { border-color: #FC3790; }
span { border-color: rgb(252,55,144); }
td.TdClassName
{
border-color: #FC3790;
}
.TagClassName
{
border-color: #FC3790;
}
</style>