Shades of Wild Strawberry #FC2F9C
Tints of Wild Strawberry #FC2F9C
RGB
CMYK
RGB Variations
Color information
#FC2F9C (or 0xFC2F9C) is known color: Wild Strawberry. HEX triplet: FC, 2F and 9C. RGB value is (252,47,156). Sum of RGB (Red+Green+Blue) = 252+47+156=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F9C is #03D063. Grayscale: #787878. Windows color (decimal): -249956 or 10235900. OLE color: 10235900.
HSL color Cylindrical-coordinate representation of color #FC2F9C: hue angle of 328.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F9C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 156 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.01 |
| HSL | 328.1º | 0.97% | 0.59% | - |
| HSV(B) | 328.1º | 0.81% | 0.99% | - |
| XYZ | 47.16 | 25.13 | 33.82 | - |
| YUV | 120.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 156 | 0 | 0.81 | 0.38 | 0.01 | 328.1 | 0.97 | 0.59 |
| Hex | FC | 2F | 9C | 0 | 51 | 26 | 1 | 148 | 61 | 3B |
| Octal | 374 | 57 | 234 | 0 | 121 | 46 | 1 | 510 | 141 | 73 |
| Binary | 11111100 | 101111 | 10011100 | 0 | 1010001 | 100110 | 1 | 101001000 | 1100001 | 111011 |
Color Harmonies of #FC2F9C
Complementary color
Monochromatic Colors of #FC2F9C
Black with #FC2F9C
Text Example
Text Example
White with #FC2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F9C; }
p { color: rgb(252,47,156); }
H1.HeaderClassName
{
color: #FC2F9C;
}
.AnyTagClassName
{
color: #FC2F9C;
}
</style>
background-color css
<style>
a { background-color: #FC2F9C; }
a { background-color: rgb(252,47,156); }
div.DivClassName
{
background-color: #FC2F9C;
}
.BgClassName
{
background-color: #FC2F9C;
}
</style>
border-color css
<style>
span { border-color: #FC2F9C; }
span { border-color: rgb(252,47,156); }
td.TdClassName
{
border-color: #FC2F9C;
}
.TagClassName
{
border-color: #FC2F9C;
}
</style>