Shades of Wild Strawberry #F9399C
Tints of Wild Strawberry #F9399C
RGB
CMYK
RGB Variations
Color information
#F9399C (or 0xF9399C) is known color: Wild Strawberry. HEX triplet: F9, 39 and 9C. RGB value is (249,57,156). Sum of RGB (Red+Green+Blue) = 249+57+156=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9399C is #06C663. Grayscale: #7D7D7D. Windows color (decimal): -444004 or 10238457. OLE color: 10238457.
HSL color Cylindrical-coordinate representation of color #F9399C: hue angle of 329.06º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9399C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 156 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.02 |
| HSL | 329.06º | 0.94% | 0.6% | - |
| HSV(B) | 329.06º | 0.77% | 0.98% | - |
| XYZ | 46.53 | 25.47 | 33.92 | - |
| YUV | 125.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 156 | 0 | 0.77 | 0.37 | 0.02 | 329.06 | 0.94 | 0.6 |
| Hex | F9 | 39 | 9C | 0 | 4D | 25 | 2 | 149 | 5E | 3C |
| Octal | 371 | 71 | 234 | 0 | 115 | 45 | 2 | 511 | 136 | 74 |
| Binary | 11111001 | 111001 | 10011100 | 0 | 1001101 | 100101 | 10 | 101001001 | 1011110 | 111100 |
Color Harmonies of #F9399C
Complementary color
Monochromatic Colors of #F9399C
Black with #F9399C
Text Example
Text Example
White with #F9399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9399C; }
p { color: rgb(249,57,156); }
H1.HeaderClassName
{
color: #F9399C;
}
.AnyTagClassName
{
color: #F9399C;
}
</style>
background-color css
<style>
a { background-color: #F9399C; }
a { background-color: rgb(249,57,156); }
div.DivClassName
{
background-color: #F9399C;
}
.BgClassName
{
background-color: #F9399C;
}
</style>
border-color css
<style>
span { border-color: #F9399C; }
span { border-color: rgb(249,57,156); }
td.TdClassName
{
border-color: #F9399C;
}
.TagClassName
{
border-color: #F9399C;
}
</style>