Shades of Wild Strawberry #F9328B
Tints of Wild Strawberry #F9328B
RGB
CMYK
RGB Variations
Color information
#F9328B (or 0xF9328B) is known color: Wild Strawberry. HEX triplet: F9, 32 and 8B. RGB value is (249,50,139). Sum of RGB (Red+Green+Blue) = 249+50+139=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9328B is #06CD74. Grayscale: #777777. Windows color (decimal): -445813 or 9122553. OLE color: 9122553.
HSL color Cylindrical-coordinate representation of color #F9328B: hue angle of 333.17º 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 #F9328B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 139 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.02 |
| HSL | 333.17º | 0.94% | 0.59% | - |
| HSV(B) | 333.17º | 0.8% | 0.98% | - |
| XYZ | 44.87 | 24.29 | 26.75 | - |
| YUV | 119.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 139 | 0 | 0.80 | 0.44 | 0.02 | 333.17 | 0.94 | 0.59 |
| Hex | F9 | 32 | 8B | 0 | 50 | 2C | 2 | 14D | 5E | 3B |
| Octal | 371 | 62 | 213 | 0 | 120 | 54 | 2 | 515 | 136 | 73 |
| Binary | 11111001 | 110010 | 10001011 | 0 | 1010000 | 101100 | 10 | 101001101 | 1011110 | 111011 |
Color Harmonies of #F9328B
Complementary color
Monochromatic Colors of #F9328B
Black with #F9328B
Text Example
Text Example
White with #F9328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9328B; }
p { color: rgb(249,50,139); }
H1.HeaderClassName
{
color: #F9328B;
}
.AnyTagClassName
{
color: #F9328B;
}
</style>
background-color css
<style>
a { background-color: #F9328B; }
a { background-color: rgb(249,50,139); }
div.DivClassName
{
background-color: #F9328B;
}
.BgClassName
{
background-color: #F9328B;
}
</style>
border-color css
<style>
span { border-color: #F9328B; }
span { border-color: rgb(249,50,139); }
td.TdClassName
{
border-color: #F9328B;
}
.TagClassName
{
border-color: #F9328B;
}
</style>