Shades of Wild Strawberry #F9399D
Tints of Wild Strawberry #F9399D
RGB
CMYK
RGB Variations
Color information
#F9399D (or 0xF9399D) is known color: Wild Strawberry. HEX triplet: F9, 39 and 9D. RGB value is (249,57,157). Sum of RGB (Red+Green+Blue) = 249+57+157=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9399D is #06C662. Grayscale: #7D7D7D. Windows color (decimal): -444003 or 10303993. OLE color: 10303993.
HSL color Cylindrical-coordinate representation of color #F9399D: hue angle of 328.75º 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 #F9399D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 157 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.02 |
| HSL | 328.75º | 0.94% | 0.6% | - |
| HSV(B) | 328.75º | 0.77% | 0.98% | - |
| XYZ | 46.62 | 25.5 | 34.36 | - |
| YUV | 125.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 157 | 0 | 0.77 | 0.37 | 0.02 | 328.75 | 0.94 | 0.6 |
| Hex | F9 | 39 | 9D | 0 | 4D | 25 | 2 | 149 | 5E | 3C |
| Octal | 371 | 71 | 235 | 0 | 115 | 45 | 2 | 511 | 136 | 74 |
| Binary | 11111001 | 111001 | 10011101 | 0 | 1001101 | 100101 | 10 | 101001001 | 1011110 | 111100 |
Color Harmonies of #F9399D
Complementary color
Monochromatic Colors of #F9399D
Black with #F9399D
Text Example
Text Example
White with #F9399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9399D; }
p { color: rgb(249,57,157); }
H1.HeaderClassName
{
color: #F9399D;
}
.AnyTagClassName
{
color: #F9399D;
}
</style>
background-color css
<style>
a { background-color: #F9399D; }
a { background-color: rgb(249,57,157); }
div.DivClassName
{
background-color: #F9399D;
}
.BgClassName
{
background-color: #F9399D;
}
</style>
border-color css
<style>
span { border-color: #F9399D; }
span { border-color: rgb(249,57,157); }
td.TdClassName
{
border-color: #F9399D;
}
.TagClassName
{
border-color: #F9399D;
}
</style>