Shades of Wild Strawberry #FC42A3
Tints of Wild Strawberry #FC42A3
RGB
CMYK
RGB Variations
Color information
#FC42A3 (or 0xFC42A3) is known color: Wild Strawberry. HEX triplet: FC, 42 and A3. RGB value is (252,66,163). Sum of RGB (Red+Green+Blue) = 252+66+163=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42A3 is #03BD5C. Grayscale: #848484. Windows color (decimal): -245085 or 10699516. OLE color: 10699516.
HSL color Cylindrical-coordinate representation of color #FC42A3: hue angle of 328.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42A3 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 163 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.01 |
| HSL | 328.71º | 0.97% | 0.62% | - |
| HSV(B) | 328.71º | 0.74% | 0.99% | - |
| XYZ | 48.7 | 27.24 | 37.34 | - |
| YUV | 132.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 163 | 0 | 0.74 | 0.35 | 0.01 | 328.71 | 0.97 | 0.62 |
| Hex | FC | 42 | A3 | 0 | 4A | 23 | 1 | 149 | 61 | 3E |
| Octal | 374 | 102 | 243 | 0 | 112 | 43 | 1 | 511 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10100011 | 0 | 1001010 | 100011 | 1 | 101001001 | 1100001 | 111110 |
Color Harmonies of #FC42A3
Complementary color
Monochromatic Colors of #FC42A3
Black with #FC42A3
Text Example
Text Example
White with #FC42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42A3; }
p { color: rgb(252,66,163); }
H1.HeaderClassName
{
color: #FC42A3;
}
.AnyTagClassName
{
color: #FC42A3;
}
</style>
background-color css
<style>
a { background-color: #FC42A3; }
a { background-color: rgb(252,66,163); }
div.DivClassName
{
background-color: #FC42A3;
}
.BgClassName
{
background-color: #FC42A3;
}
</style>
border-color css
<style>
span { border-color: #FC42A3; }
span { border-color: rgb(252,66,163); }
td.TdClassName
{
border-color: #FC42A3;
}
.TagClassName
{
border-color: #FC42A3;
}
</style>