Shades of Wild Strawberry #F8399C
Tints of Wild Strawberry #F8399C
RGB
CMYK
RGB Variations
Color information
#F8399C (or 0xF8399C) is known color: Wild Strawberry. HEX triplet: F8, 39 and 9C. RGB value is (248,57,156). Sum of RGB (Red+Green+Blue) = 248+57+156=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8399C is #07C663. Grayscale: #7D7D7D. Windows color (decimal): -509540 or 10238456. OLE color: 10238456.
HSL color Cylindrical-coordinate representation of color #F8399C: hue angle of 328.9º 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 #F8399C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 156 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.03 |
| HSL | 328.9º | 0.93% | 0.6% | - |
| HSV(B) | 328.9º | 0.77% | 0.97% | - |
| XYZ | 46.18 | 25.28 | 33.9 | - |
| YUV | 125.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 156 | 0 | 0.77 | 0.37 | 0.03 | 328.9 | 0.93 | 0.6 |
| Hex | F8 | 39 | 9C | 0 | 4D | 25 | 3 | 149 | 5D | 3C |
| Octal | 370 | 71 | 234 | 0 | 115 | 45 | 3 | 511 | 135 | 74 |
| Binary | 11111000 | 111001 | 10011100 | 0 | 1001101 | 100101 | 11 | 101001001 | 1011101 | 111100 |
Color Harmonies of #F8399C
Complementary color
Monochromatic Colors of #F8399C
Black with #F8399C
Text Example
Text Example
White with #F8399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8399C; }
p { color: rgb(248,57,156); }
H1.HeaderClassName
{
color: #F8399C;
}
.AnyTagClassName
{
color: #F8399C;
}
</style>
background-color css
<style>
a { background-color: #F8399C; }
a { background-color: rgb(248,57,156); }
div.DivClassName
{
background-color: #F8399C;
}
.BgClassName
{
background-color: #F8399C;
}
</style>
border-color css
<style>
span { border-color: #F8399C; }
span { border-color: rgb(248,57,156); }
td.TdClassName
{
border-color: #F8399C;
}
.TagClassName
{
border-color: #F8399C;
}
</style>