Shades of Wild Strawberry #F9298B
Tints of Wild Strawberry #F9298B
RGB
CMYK
RGB Variations
Color information
#F9298B (or 0xF9298B) is known color: Wild Strawberry. HEX triplet: F9, 29 and 8B. RGB value is (249,41,139). Sum of RGB (Red+Green+Blue) = 249+41+139=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9298B is #06D674. Grayscale: #727272. Windows color (decimal): -448117 or 9120249. OLE color: 9120249.
HSL color Cylindrical-coordinate representation of color #F9298B: hue angle of 331.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9298B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 139 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.73º | 0.95% | 0.57% | - |
| HSV(B) | 331.73º | 0.84% | 0.98% | - |
| XYZ | 44.52 | 23.59 | 26.63 | - |
| YUV | 114.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 139 | 0 | 0.84 | 0.44 | 0.02 | 331.73 | 0.95 | 0.57 |
| Hex | F9 | 29 | 8B | 0 | 54 | 2C | 2 | 14C | 5F | 39 |
| Octal | 371 | 51 | 213 | 0 | 124 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111001 | 101001 | 10001011 | 0 | 1010100 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #F9298B
Complementary color
Monochromatic Colors of #F9298B
Black with #F9298B
Text Example
Text Example
White with #F9298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9298B; }
p { color: rgb(249,41,139); }
H1.HeaderClassName
{
color: #F9298B;
}
.AnyTagClassName
{
color: #F9298B;
}
</style>
background-color css
<style>
a { background-color: #F9298B; }
a { background-color: rgb(249,41,139); }
div.DivClassName
{
background-color: #F9298B;
}
.BgClassName
{
background-color: #F9298B;
}
</style>
border-color css
<style>
span { border-color: #F9298B; }
span { border-color: rgb(249,41,139); }
td.TdClassName
{
border-color: #F9298B;
}
.TagClassName
{
border-color: #F9298B;
}
</style>