Shades of Wild Strawberry #F9318D
Tints of Wild Strawberry #F9318D
RGB
CMYK
RGB Variations
Color information
#F9318D (or 0xF9318D) is known color: Wild Strawberry. HEX triplet: F9, 31 and 8D. RGB value is (249,49,141). Sum of RGB (Red+Green+Blue) = 249+49+141=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318D is #06CE72. Grayscale: #777777. Windows color (decimal): -446067 or 9253369. OLE color: 9253369.
HSL color Cylindrical-coordinate representation of color #F9318D: hue angle of 332.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9318D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 141 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.02 |
| HSL | 332.4º | 0.94% | 0.58% | - |
| HSV(B) | 332.4º | 0.8% | 0.98% | - |
| XYZ | 44.97 | 24.26 | 27.51 | - |
| YUV | 119.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 141 | 0 | 0.80 | 0.43 | 0.02 | 332.4 | 0.94 | 0.58 |
| Hex | F9 | 31 | 8D | 0 | 50 | 2B | 2 | 14C | 5E | 3A |
| Octal | 371 | 61 | 215 | 0 | 120 | 53 | 2 | 514 | 136 | 72 |
| Binary | 11111001 | 110001 | 10001101 | 0 | 1010000 | 101011 | 10 | 101001100 | 1011110 | 111010 |
Color Harmonies of #F9318D
Complementary color
Monochromatic Colors of #F9318D
Black with #F9318D
Text Example
Text Example
White with #F9318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9318D; }
p { color: rgb(249,49,141); }
H1.HeaderClassName
{
color: #F9318D;
}
.AnyTagClassName
{
color: #F9318D;
}
</style>
background-color css
<style>
a { background-color: #F9318D; }
a { background-color: rgb(249,49,141); }
div.DivClassName
{
background-color: #F9318D;
}
.BgClassName
{
background-color: #F9318D;
}
</style>
border-color css
<style>
span { border-color: #F9318D; }
span { border-color: rgb(249,49,141); }
td.TdClassName
{
border-color: #F9318D;
}
.TagClassName
{
border-color: #F9318D;
}
</style>