Shades of Wild Strawberry #FF298E
Tints of Wild Strawberry #FF298E
RGB
CMYK
RGB Variations
Color information
#FF298E (or 0xFF298E) is known color: Wild Strawberry. HEX triplet: FF, 29 and 8E. RGB value is (255,41,142). Sum of RGB (Red+Green+Blue) = 255+41+142=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF298E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF298E is #00D671. Grayscale: #747474. Windows color (decimal): -54898 or 9316863. OLE color: 9316863.
HSL color Cylindrical-coordinate representation of color #FF298E: hue angle of 331.68º 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 #FF298E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 142 | - |
| CMYK | 0 | 0.84 | 0.44 | 0 |
| HSL | 331.68º | 1% | 0.58% | - |
| HSV(B) | 331.68º | 0.84% | 1% | - |
| XYZ | 46.92 | 24.8 | 27.91 | - |
| YUV | 116.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 142 | 0 | 0.84 | 0.44 | 0 | 331.68 | 1 | 0.58 |
| Hex | FF | 29 | 8E | 0 | 54 | 2C | 0 | 14C | 64 | 3A |
| Octal | 377 | 51 | 216 | 0 | 124 | 54 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 101001 | 10001110 | 0 | 1010100 | 101100 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF298E
Complementary color
Monochromatic Colors of #FF298E
Black with #FF298E
Text Example
Text Example
White with #FF298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF298E; }
p { color: rgb(255,41,142); }
H1.HeaderClassName
{
color: #FF298E;
}
.AnyTagClassName
{
color: #FF298E;
}
</style>
background-color css
<style>
a { background-color: #FF298E; }
a { background-color: rgb(255,41,142); }
div.DivClassName
{
background-color: #FF298E;
}
.BgClassName
{
background-color: #FF298E;
}
</style>
border-color css
<style>
span { border-color: #FF298E; }
span { border-color: rgb(255,41,142); }
td.TdClassName
{
border-color: #FF298E;
}
.TagClassName
{
border-color: #FF298E;
}
</style>