Shades of Wild Strawberry #FC2D9A
Tints of Wild Strawberry #FC2D9A
RGB
CMYK
RGB Variations
Color information
#FC2D9A (or 0xFC2D9A) is known color: Wild Strawberry. HEX triplet: FC, 2D and 9A. RGB value is (252,45,154). Sum of RGB (Red+Green+Blue) = 252+45+154=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D9A is #03D265. Grayscale: #777777. Windows color (decimal): -250470 or 10104316. OLE color: 10104316.
HSL color Cylindrical-coordinate representation of color #FC2D9A: hue angle of 328.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D9A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 154 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.01 |
| HSL | 328.41º | 0.97% | 0.58% | - |
| HSV(B) | 328.41º | 0.82% | 0.99% | - |
| XYZ | 46.92 | 24.91 | 32.91 | - |
| YUV | 119.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 154 | 0 | 0.82 | 0.39 | 0.01 | 328.41 | 0.97 | 0.58 |
| Hex | FC | 2D | 9A | 0 | 52 | 27 | 1 | 148 | 61 | 3A |
| Octal | 374 | 55 | 232 | 0 | 122 | 47 | 1 | 510 | 141 | 72 |
| Binary | 11111100 | 101101 | 10011010 | 0 | 1010010 | 100111 | 1 | 101001000 | 1100001 | 111010 |
Color Harmonies of #FC2D9A
Complementary color
Monochromatic Colors of #FC2D9A
Black with #FC2D9A
Text Example
Text Example
White with #FC2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D9A; }
p { color: rgb(252,45,154); }
H1.HeaderClassName
{
color: #FC2D9A;
}
.AnyTagClassName
{
color: #FC2D9A;
}
</style>
background-color css
<style>
a { background-color: #FC2D9A; }
a { background-color: rgb(252,45,154); }
div.DivClassName
{
background-color: #FC2D9A;
}
.BgClassName
{
background-color: #FC2D9A;
}
</style>
border-color css
<style>
span { border-color: #FC2D9A; }
span { border-color: rgb(252,45,154); }
td.TdClassName
{
border-color: #FC2D9A;
}
.TagClassName
{
border-color: #FC2D9A;
}
</style>