Shades of Wild Strawberry #FC2A86
Tints of Wild Strawberry #FC2A86
RGB
CMYK
RGB Variations
Color information
#FC2A86 (or 0xFC2A86) is known color: Wild Strawberry. HEX triplet: FC, 2A and 86. RGB value is (252,42,134). Sum of RGB (Red+Green+Blue) = 252+42+134=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2A86 is #03D579. Grayscale: #737373. Windows color (decimal): -251258 or 8792828. OLE color: 8792828.
HSL color Cylindrical-coordinate representation of color #FC2A86: hue angle of 333.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A86 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 134 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.01 |
| HSL | 333.71º | 0.97% | 0.58% | - |
| HSV(B) | 333.71º | 0.83% | 0.99% | - |
| XYZ | 45.28 | 24.07 | 24.81 | - |
| YUV | 115.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 134 | 0 | 0.83 | 0.47 | 0.01 | 333.71 | 0.97 | 0.58 |
| Hex | FC | 2A | 86 | 0 | 53 | 2F | 1 | 14E | 61 | 3A |
| Octal | 374 | 52 | 206 | 0 | 123 | 57 | 1 | 516 | 141 | 72 |
| Binary | 11111100 | 101010 | 10000110 | 0 | 1010011 | 101111 | 1 | 101001110 | 1100001 | 111010 |
Color Harmonies of #FC2A86
Complementary color
Monochromatic Colors of #FC2A86
Black with #FC2A86
Text Example
Text Example
White with #FC2A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A86; }
p { color: rgb(252,42,134); }
H1.HeaderClassName
{
color: #FC2A86;
}
.AnyTagClassName
{
color: #FC2A86;
}
</style>
background-color css
<style>
a { background-color: #FC2A86; }
a { background-color: rgb(252,42,134); }
div.DivClassName
{
background-color: #FC2A86;
}
.BgClassName
{
background-color: #FC2A86;
}
</style>
border-color css
<style>
span { border-color: #FC2A86; }
span { border-color: rgb(252,42,134); }
td.TdClassName
{
border-color: #FC2A86;
}
.TagClassName
{
border-color: #FC2A86;
}
</style>