Shades of Wild Strawberry #F9329A
Tints of Wild Strawberry #F9329A
RGB
CMYK
RGB Variations
Color information
#F9329A (or 0xF9329A) is known color: Wild Strawberry. HEX triplet: F9, 32 and 9A. RGB value is (249,50,154). Sum of RGB (Red+Green+Blue) = 249+50+154=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9329A is #06CD65. Grayscale: #797979. Windows color (decimal): -445798 or 10105593. OLE color: 10105593.
HSL color Cylindrical-coordinate representation of color #F9329A: hue angle of 328.64º 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 #F9329A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 154 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.02 |
| HSL | 328.64º | 0.94% | 0.59% | - |
| HSV(B) | 328.64º | 0.8% | 0.98% | - |
| XYZ | 46.04 | 24.75 | 32.92 | - |
| YUV | 121.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 154 | 0 | 0.80 | 0.38 | 0.02 | 328.64 | 0.94 | 0.59 |
| Hex | F9 | 32 | 9A | 0 | 50 | 26 | 2 | 149 | 5E | 3B |
| Octal | 371 | 62 | 232 | 0 | 120 | 46 | 2 | 511 | 136 | 73 |
| Binary | 11111001 | 110010 | 10011010 | 0 | 1010000 | 100110 | 10 | 101001001 | 1011110 | 111011 |
Color Harmonies of #F9329A
Complementary color
Monochromatic Colors of #F9329A
Black with #F9329A
Text Example
Text Example
White with #F9329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9329A; }
p { color: rgb(249,50,154); }
H1.HeaderClassName
{
color: #F9329A;
}
.AnyTagClassName
{
color: #F9329A;
}
</style>
background-color css
<style>
a { background-color: #F9329A; }
a { background-color: rgb(249,50,154); }
div.DivClassName
{
background-color: #F9329A;
}
.BgClassName
{
background-color: #F9329A;
}
</style>
border-color css
<style>
span { border-color: #F9329A; }
span { border-color: rgb(249,50,154); }
td.TdClassName
{
border-color: #F9329A;
}
.TagClassName
{
border-color: #F9329A;
}
</style>