Shades of Wild Strawberry #FF298A
Tints of Wild Strawberry #FF298A
RGB
CMYK
RGB Variations
Color information
#FF298A (or 0xFF298A) is known color: Wild Strawberry. HEX triplet: FF, 29 and 8A. RGB value is (255,41,138). Sum of RGB (Red+Green+Blue) = 255+41+138=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF298A is #00D675. Grayscale: #737373. Windows color (decimal): -54902 or 9054719. OLE color: 9054719.
HSL color Cylindrical-coordinate representation of color #FF298A: hue angle of 332.8º 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 #FF298A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 138 | - |
| CMYK | 0 | 0.84 | 0.46 | 0 |
| HSL | 332.8º | 1% | 0.58% | - |
| HSV(B) | 332.8º | 0.84% | 1% | - |
| XYZ | 46.62 | 24.68 | 26.35 | - |
| YUV | 116.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 138 | 0 | 0.84 | 0.46 | 0 | 332.8 | 1 | 0.58 |
| Hex | FF | 29 | 8A | 0 | 54 | 2E | 0 | 14D | 64 | 3A |
| Octal | 377 | 51 | 212 | 0 | 124 | 56 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101001 | 10001010 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF298A
Complementary color
Monochromatic Colors of #FF298A
Black with #FF298A
Text Example
Text Example
White with #FF298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF298A; }
p { color: rgb(255,41,138); }
H1.HeaderClassName
{
color: #FF298A;
}
.AnyTagClassName
{
color: #FF298A;
}
</style>
background-color css
<style>
a { background-color: #FF298A; }
a { background-color: rgb(255,41,138); }
div.DivClassName
{
background-color: #FF298A;
}
.BgClassName
{
background-color: #FF298A;
}
</style>
border-color css
<style>
span { border-color: #FF298A; }
span { border-color: rgb(255,41,138); }
td.TdClassName
{
border-color: #FF298A;
}
.TagClassName
{
border-color: #FF298A;
}
</style>