Shades of Wild Strawberry #FC288B
Tints of Wild Strawberry #FC288B
RGB
CMYK
RGB Variations
Color information
#FC288B (or 0xFC288B) is known color: Wild Strawberry. HEX triplet: FC, 28 and 8B. RGB value is (252,40,139). Sum of RGB (Red+Green+Blue) = 252+40+139=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC288B is #03D774. Grayscale: #727272. Windows color (decimal): -251765 or 9119996. OLE color: 9119996.
HSL color Cylindrical-coordinate representation of color #FC288B: hue angle of 331.98º 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 #FC288B is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 139 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.01 |
| HSL | 331.98º | 0.97% | 0.57% | - |
| HSV(B) | 331.98º | 0.84% | 0.99% | - |
| XYZ | 45.56 | 24.08 | 26.67 | - |
| YUV | 114.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 139 | 0 | 0.84 | 0.45 | 0.01 | 331.98 | 0.97 | 0.57 |
| Hex | FC | 28 | 8B | 0 | 54 | 2D | 1 | 14C | 61 | 39 |
| Octal | 374 | 50 | 213 | 0 | 124 | 55 | 1 | 514 | 141 | 71 |
| Binary | 11111100 | 101000 | 10001011 | 0 | 1010100 | 101101 | 1 | 101001100 | 1100001 | 111001 |
Color Harmonies of #FC288B
Complementary color
Monochromatic Colors of #FC288B
Black with #FC288B
Text Example
Text Example
White with #FC288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC288B; }
p { color: rgb(252,40,139); }
H1.HeaderClassName
{
color: #FC288B;
}
.AnyTagClassName
{
color: #FC288B;
}
</style>
background-color css
<style>
a { background-color: #FC288B; }
a { background-color: rgb(252,40,139); }
div.DivClassName
{
background-color: #FC288B;
}
.BgClassName
{
background-color: #FC288B;
}
</style>
border-color css
<style>
span { border-color: #FC288B; }
span { border-color: rgb(252,40,139); }
td.TdClassName
{
border-color: #FC288B;
}
.TagClassName
{
border-color: #FC288B;
}
</style>