Shades of Wild Strawberry #F9329B
Tints of Wild Strawberry #F9329B
RGB
CMYK
RGB Variations
Color information
#F9329B (or 0xF9329B) is known color: Wild Strawberry. HEX triplet: F9, 32 and 9B. RGB value is (249,50,155). Sum of RGB (Red+Green+Blue) = 249+50+155=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9329B is #06CD64. Grayscale: #797979. Windows color (decimal): -445797 or 10171129. OLE color: 10171129.
HSL color Cylindrical-coordinate representation of color #F9329B: hue angle of 328.34º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9329B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 155 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.02 |
| HSL | 328.34º | 0.94% | 0.59% | - |
| HSV(B) | 328.34º | 0.8% | 0.98% | - |
| XYZ | 46.12 | 24.79 | 33.36 | - |
| YUV | 121.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 155 | 0 | 0.80 | 0.38 | 0.02 | 328.34 | 0.94 | 0.59 |
| Hex | F9 | 32 | 9B | 0 | 50 | 26 | 2 | 148 | 5E | 3B |
| Octal | 371 | 62 | 233 | 0 | 120 | 46 | 2 | 510 | 136 | 73 |
| Binary | 11111001 | 110010 | 10011011 | 0 | 1010000 | 100110 | 10 | 101001000 | 1011110 | 111011 |
Color Harmonies of #F9329B
Complementary color
Monochromatic Colors of #F9329B
Black with #F9329B
Text Example
Text Example
White with #F9329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9329B; }
p { color: rgb(249,50,155); }
H1.HeaderClassName
{
color: #F9329B;
}
.AnyTagClassName
{
color: #F9329B;
}
</style>
background-color css
<style>
a { background-color: #F9329B; }
a { background-color: rgb(249,50,155); }
div.DivClassName
{
background-color: #F9329B;
}
.BgClassName
{
background-color: #F9329B;
}
</style>
border-color css
<style>
span { border-color: #F9329B; }
span { border-color: rgb(249,50,155); }
td.TdClassName
{
border-color: #F9329B;
}
.TagClassName
{
border-color: #F9329B;
}
</style>