Shades of Wild Strawberry #FC287F
Tints of Wild Strawberry #FC287F
RGB
CMYK
RGB Variations
Color information
#FC287F (or 0xFC287F) is known color: Wild Strawberry. HEX triplet: FC, 28 and 7F. RGB value is (252,40,127). Sum of RGB (Red+Green+Blue) = 252+40+127=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC287F is #03D780. Grayscale: #717171. Windows color (decimal): -251777 or 8333564. OLE color: 8333564.
HSL color Cylindrical-coordinate representation of color #FC287F: hue angle of 335.38º 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 #FC287F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 127 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.01 |
| HSL | 335.38º | 0.97% | 0.57% | - |
| HSV(B) | 335.38º | 0.84% | 0.99% | - |
| XYZ | 44.73 | 23.75 | 22.3 | - |
| YUV | 113.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 127 | 0 | 0.84 | 0.50 | 0.01 | 335.38 | 0.97 | 0.57 |
| Hex | FC | 28 | 7F | 0 | 54 | 32 | 1 | 14F | 61 | 39 |
| Octal | 374 | 50 | 177 | 0 | 124 | 62 | 1 | 517 | 141 | 71 |
| Binary | 11111100 | 101000 | 1111111 | 0 | 1010100 | 110010 | 1 | 101001111 | 1100001 | 111001 |
Color Harmonies of #FC287F
Complementary color
Monochromatic Colors of #FC287F
Black with #FC287F
Text Example
Text Example
White with #FC287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC287F; }
p { color: rgb(252,40,127); }
H1.HeaderClassName
{
color: #FC287F;
}
.AnyTagClassName
{
color: #FC287F;
}
</style>
background-color css
<style>
a { background-color: #FC287F; }
a { background-color: rgb(252,40,127); }
div.DivClassName
{
background-color: #FC287F;
}
.BgClassName
{
background-color: #FC287F;
}
</style>
border-color css
<style>
span { border-color: #FC287F; }
span { border-color: rgb(252,40,127); }
td.TdClassName
{
border-color: #FC287F;
}
.TagClassName
{
border-color: #FC287F;
}
</style>