Shades of Wild Strawberry #F9329D
Tints of Wild Strawberry #F9329D
RGB
CMYK
RGB Variations
Color information
#F9329D (or 0xF9329D) is known color: Wild Strawberry. HEX triplet: F9, 32 and 9D. RGB value is (249,50,157). Sum of RGB (Red+Green+Blue) = 249+50+157=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F9329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9329D is #06CD62. Grayscale: #797979. Windows color (decimal): -445795 or 10302201. OLE color: 10302201.
HSL color Cylindrical-coordinate representation of color #F9329D: hue angle of 327.74º 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 #F9329D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 157 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.02 |
| HSL | 327.74º | 0.94% | 0.59% | - |
| HSV(B) | 327.74º | 0.8% | 0.98% | - |
| XYZ | 46.29 | 24.86 | 34.26 | - |
| YUV | 121.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 157 | 0 | 0.80 | 0.37 | 0.02 | 327.74 | 0.94 | 0.59 |
| Hex | F9 | 32 | 9D | 0 | 50 | 25 | 2 | 148 | 5E | 3B |
| Octal | 371 | 62 | 235 | 0 | 120 | 45 | 2 | 510 | 136 | 73 |
| Binary | 11111001 | 110010 | 10011101 | 0 | 1010000 | 100101 | 10 | 101001000 | 1011110 | 111011 |
Color Harmonies of #F9329D
Complementary color
Monochromatic Colors of #F9329D
Black with #F9329D
Text Example
Text Example
White with #F9329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9329D; }
p { color: rgb(249,50,157); }
H1.HeaderClassName
{
color: #F9329D;
}
.AnyTagClassName
{
color: #F9329D;
}
</style>
background-color css
<style>
a { background-color: #F9329D; }
a { background-color: rgb(249,50,157); }
div.DivClassName
{
background-color: #F9329D;
}
.BgClassName
{
background-color: #F9329D;
}
</style>
border-color css
<style>
span { border-color: #F9329D; }
span { border-color: rgb(249,50,157); }
td.TdClassName
{
border-color: #F9329D;
}
.TagClassName
{
border-color: #F9329D;
}
</style>