Shades of Wild Strawberry #F8389F
Tints of Wild Strawberry #F8389F
RGB
CMYK
RGB Variations
Color information
#F8389F (or 0xF8389F) is known color: Wild Strawberry. HEX triplet: F8, 38 and 9F. RGB value is (248,56,159). Sum of RGB (Red+Green+Blue) = 248+56+159=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8389F is #07C760. Grayscale: #7C7C7C. Windows color (decimal): -509793 or 10434808. OLE color: 10434808.
HSL color Cylindrical-coordinate representation of color #F8389F: hue angle of 327.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8389F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 159 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.03 |
| HSL | 327.81º | 0.93% | 0.6% | - |
| HSV(B) | 327.81º | 0.77% | 0.97% | - |
| XYZ | 46.38 | 25.29 | 35.24 | - |
| YUV | 125.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 159 | 0 | 0.77 | 0.36 | 0.03 | 327.81 | 0.93 | 0.6 |
| Hex | F8 | 38 | 9F | 0 | 4D | 24 | 3 | 148 | 5D | 3C |
| Octal | 370 | 70 | 237 | 0 | 115 | 44 | 3 | 510 | 135 | 74 |
| Binary | 11111000 | 111000 | 10011111 | 0 | 1001101 | 100100 | 11 | 101001000 | 1011101 | 111100 |
Color Harmonies of #F8389F
Complementary color
Monochromatic Colors of #F8389F
Black with #F8389F
Text Example
Text Example
White with #F8389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8389F; }
p { color: rgb(248,56,159); }
H1.HeaderClassName
{
color: #F8389F;
}
.AnyTagClassName
{
color: #F8389F;
}
</style>
background-color css
<style>
a { background-color: #F8389F; }
a { background-color: rgb(248,56,159); }
div.DivClassName
{
background-color: #F8389F;
}
.BgClassName
{
background-color: #F8389F;
}
</style>
border-color css
<style>
span { border-color: #F8389F; }
span { border-color: rgb(248,56,159); }
td.TdClassName
{
border-color: #F8389F;
}
.TagClassName
{
border-color: #F8389F;
}
</style>