Shades of Wild Strawberry #FC37A3
Tints of Wild Strawberry #FC37A3
RGB
CMYK
RGB Variations
Color information
#FC37A3 (or 0xFC37A3) is known color: Wild Strawberry. HEX triplet: FC, 37 and A3. RGB value is (252,55,163). Sum of RGB (Red+Green+Blue) = 252+55+163=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37A3 is #03C85C. Grayscale: #7D7D7D. Windows color (decimal): -247901 or 10696700. OLE color: 10696700.
HSL color Cylindrical-coordinate representation of color #FC37A3: hue angle of 327.11º 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 #FC37A3 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 163 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.01 |
| HSL | 327.11º | 0.97% | 0.6% | - |
| HSV(B) | 327.11º | 0.78% | 0.99% | - |
| XYZ | 48.12 | 26.07 | 37.15 | - |
| YUV | 126.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 163 | 0 | 0.78 | 0.35 | 0.01 | 327.11 | 0.97 | 0.6 |
| Hex | FC | 37 | A3 | 0 | 4E | 23 | 1 | 147 | 61 | 3C |
| Octal | 374 | 67 | 243 | 0 | 116 | 43 | 1 | 507 | 141 | 74 |
| Binary | 11111100 | 110111 | 10100011 | 0 | 1001110 | 100011 | 1 | 101000111 | 1100001 | 111100 |
Color Harmonies of #FC37A3
Complementary color
Monochromatic Colors of #FC37A3
Black with #FC37A3
Text Example
Text Example
White with #FC37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37A3; }
p { color: rgb(252,55,163); }
H1.HeaderClassName
{
color: #FC37A3;
}
.AnyTagClassName
{
color: #FC37A3;
}
</style>
background-color css
<style>
a { background-color: #FC37A3; }
a { background-color: rgb(252,55,163); }
div.DivClassName
{
background-color: #FC37A3;
}
.BgClassName
{
background-color: #FC37A3;
}
</style>
border-color css
<style>
span { border-color: #FC37A3; }
span { border-color: rgb(252,55,163); }
td.TdClassName
{
border-color: #FC37A3;
}
.TagClassName
{
border-color: #FC37A3;
}
</style>