Shades of Wild Strawberry #FC297F
Tints of Wild Strawberry #FC297F
RGB
CMYK
RGB Variations
Color information
#FC297F (or 0xFC297F) is known color: Wild Strawberry. HEX triplet: FC, 29 and 7F. RGB value is (252,41,127). Sum of RGB (Red+Green+Blue) = 252+41+127=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC297F is #03D680. Grayscale: #717171. Windows color (decimal): -251521 or 8333820. OLE color: 8333820.
HSL color Cylindrical-coordinate representation of color #FC297F: hue angle of 335.55º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC297F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 127 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.01 |
| HSL | 335.55º | 0.97% | 0.57% | - |
| HSV(B) | 335.55º | 0.84% | 0.99% | - |
| XYZ | 44.77 | 23.81 | 22.32 | - |
| YUV | 113.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 127 | 0 | 0.84 | 0.50 | 0.01 | 335.55 | 0.97 | 0.57 |
| Hex | FC | 29 | 7F | 0 | 54 | 32 | 1 | 150 | 61 | 39 |
| Octal | 374 | 51 | 177 | 0 | 124 | 62 | 1 | 520 | 141 | 71 |
| Binary | 11111100 | 101001 | 1111111 | 0 | 1010100 | 110010 | 1 | 101010000 | 1100001 | 111001 |
Color Harmonies of #FC297F
Complementary color
Monochromatic Colors of #FC297F
Black with #FC297F
Text Example
Text Example
White with #FC297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC297F; }
p { color: rgb(252,41,127); }
H1.HeaderClassName
{
color: #FC297F;
}
.AnyTagClassName
{
color: #FC297F;
}
</style>
background-color css
<style>
a { background-color: #FC297F; }
a { background-color: rgb(252,41,127); }
div.DivClassName
{
background-color: #FC297F;
}
.BgClassName
{
background-color: #FC297F;
}
</style>
border-color css
<style>
span { border-color: #FC297F; }
span { border-color: rgb(252,41,127); }
td.TdClassName
{
border-color: #FC297F;
}
.TagClassName
{
border-color: #FC297F;
}
</style>