Shades of Wild Strawberry #F9328A
Tints of Wild Strawberry #F9328A
RGB
CMYK
RGB Variations
Color information
#F9328A (or 0xF9328A) is known color: Wild Strawberry. HEX triplet: F9, 32 and 8A. RGB value is (249,50,138). Sum of RGB (Red+Green+Blue) = 249+50+138=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9328A is #06CD75. Grayscale: #777777. Windows color (decimal): -445814 or 9057017. OLE color: 9057017.
HSL color Cylindrical-coordinate representation of color #F9328A: hue angle of 333.47º 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 #F9328A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 138 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.02 |
| HSL | 333.47º | 0.94% | 0.59% | - |
| HSV(B) | 333.47º | 0.8% | 0.98% | - |
| XYZ | 44.79 | 24.26 | 26.37 | - |
| YUV | 119.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 138 | 0 | 0.80 | 0.45 | 0.02 | 333.47 | 0.94 | 0.59 |
| Hex | F9 | 32 | 8A | 0 | 50 | 2D | 2 | 14D | 5E | 3B |
| Octal | 371 | 62 | 212 | 0 | 120 | 55 | 2 | 515 | 136 | 73 |
| Binary | 11111001 | 110010 | 10001010 | 0 | 1010000 | 101101 | 10 | 101001101 | 1011110 | 111011 |
Color Harmonies of #F9328A
Complementary color
Monochromatic Colors of #F9328A
Black with #F9328A
Text Example
Text Example
White with #F9328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9328A; }
p { color: rgb(249,50,138); }
H1.HeaderClassName
{
color: #F9328A;
}
.AnyTagClassName
{
color: #F9328A;
}
</style>
background-color css
<style>
a { background-color: #F9328A; }
a { background-color: rgb(249,50,138); }
div.DivClassName
{
background-color: #F9328A;
}
.BgClassName
{
background-color: #F9328A;
}
</style>
border-color css
<style>
span { border-color: #F9328A; }
span { border-color: rgb(249,50,138); }
td.TdClassName
{
border-color: #F9328A;
}
.TagClassName
{
border-color: #F9328A;
}
</style>