Shades of Wild Strawberry #FC3791
Tints of Wild Strawberry #FC3791
RGB
CMYK
RGB Variations
Color information
#FC3791 (or 0xFC3791) is known color: Wild Strawberry. HEX triplet: FC, 37 and 91. RGB value is (252,55,145). Sum of RGB (Red+Green+Blue) = 252+55+145=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3791 is #03C86E. Grayscale: #7B7B7B. Windows color (decimal): -247919 or 9517052. OLE color: 9517052.
HSL color Cylindrical-coordinate representation of color #FC3791: hue angle of 332.59º 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 #FC3791 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 145 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.01 |
| HSL | 332.59º | 0.97% | 0.6% | - |
| HSV(B) | 332.59º | 0.78% | 0.99% | - |
| XYZ | 46.62 | 25.47 | 29.25 | - |
| YUV | 124.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 145 | 0 | 0.78 | 0.42 | 0.01 | 332.59 | 0.97 | 0.6 |
| Hex | FC | 37 | 91 | 0 | 4E | 2A | 1 | 14D | 61 | 3C |
| Octal | 374 | 67 | 221 | 0 | 116 | 52 | 1 | 515 | 141 | 74 |
| Binary | 11111100 | 110111 | 10010001 | 0 | 1001110 | 101010 | 1 | 101001101 | 1100001 | 111100 |
Color Harmonies of #FC3791
Complementary color
Monochromatic Colors of #FC3791
Black with #FC3791
Text Example
Text Example
White with #FC3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3791; }
p { color: rgb(252,55,145); }
H1.HeaderClassName
{
color: #FC3791;
}
.AnyTagClassName
{
color: #FC3791;
}
</style>
background-color css
<style>
a { background-color: #FC3791; }
a { background-color: rgb(252,55,145); }
div.DivClassName
{
background-color: #FC3791;
}
.BgClassName
{
background-color: #FC3791;
}
</style>
border-color css
<style>
span { border-color: #FC3791; }
span { border-color: rgb(252,55,145); }
td.TdClassName
{
border-color: #FC3791;
}
.TagClassName
{
border-color: #FC3791;
}
</style>