Shades of Wild Strawberry #FF288D
Tints of Wild Strawberry #FF288D
RGB
CMYK
RGB Variations
Color information
#FF288D (or 0xFF288D) is known color: Wild Strawberry. HEX triplet: FF, 28 and 8D. RGB value is (255,40,141). Sum of RGB (Red+Green+Blue) = 255+40+141=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF288D is #00D772. Grayscale: #737373. Windows color (decimal): -55155 or 9251071. OLE color: 9251071.
HSL color Cylindrical-coordinate representation of color #FF288D: hue angle of 331.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF288D is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 141 | - |
| CMYK | 0 | 0.84 | 0.45 | 0 |
| HSL | 331.81º | 1% | 0.58% | - |
| HSV(B) | 331.81º | 0.84% | 1% | - |
| XYZ | 46.81 | 24.7 | 27.5 | - |
| YUV | 115.8 | 142.23 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 141 | 0 | 0.84 | 0.45 | 0 | 331.81 | 1 | 0.58 |
| Hex | FF | 28 | 8D | 0 | 54 | 2D | 0 | 14C | 64 | 3A |
| Octal | 377 | 50 | 215 | 0 | 124 | 55 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 101000 | 10001101 | 0 | 1010100 | 101101 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF288D
Complementary color
Monochromatic Colors of #FF288D
Black with #FF288D
Text Example
Text Example
White with #FF288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF288D; }
p { color: rgb(255,40,141); }
H1.HeaderClassName
{
color: #FF288D;
}
.AnyTagClassName
{
color: #FF288D;
}
</style>
background-color css
<style>
a { background-color: #FF288D; }
a { background-color: rgb(255,40,141); }
div.DivClassName
{
background-color: #FF288D;
}
.BgClassName
{
background-color: #FF288D;
}
</style>
border-color css
<style>
span { border-color: #FF288D; }
span { border-color: rgb(255,40,141); }
td.TdClassName
{
border-color: #FF288D;
}
.TagClassName
{
border-color: #FF288D;
}
</style>