Shades of Wild Strawberry #F8439D
Tints of Wild Strawberry #F8439D
RGB
CMYK
RGB Variations
Color information
#F8439D (or 0xF8439D) is known color: Wild Strawberry. HEX triplet: F8, 43 and 9D. RGB value is (248,67,157). Sum of RGB (Red+Green+Blue) = 248+67+157=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8439D is #07BC62. Grayscale: #838383. Windows color (decimal): -506979 or 10306552. OLE color: 10306552.
HSL color Cylindrical-coordinate representation of color #F8439D: hue angle of 330.17º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8439D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 157 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.03 |
| HSL | 330.17º | 0.93% | 0.62% | - |
| HSV(B) | 330.17º | 0.73% | 0.97% | - |
| XYZ | 46.8 | 26.41 | 34.53 | - |
| YUV | 131.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 157 | 0 | 0.73 | 0.37 | 0.03 | 330.17 | 0.93 | 0.62 |
| Hex | F8 | 43 | 9D | 0 | 49 | 25 | 3 | 14A | 5D | 3E |
| Octal | 370 | 103 | 235 | 0 | 111 | 45 | 3 | 512 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10011101 | 0 | 1001001 | 100101 | 11 | 101001010 | 1011101 | 111110 |
Color Harmonies of #F8439D
Complementary color
Monochromatic Colors of #F8439D
Black with #F8439D
Text Example
Text Example
White with #F8439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8439D; }
p { color: rgb(248,67,157); }
H1.HeaderClassName
{
color: #F8439D;
}
.AnyTagClassName
{
color: #F8439D;
}
</style>
background-color css
<style>
a { background-color: #F8439D; }
a { background-color: rgb(248,67,157); }
div.DivClassName
{
background-color: #F8439D;
}
.BgClassName
{
background-color: #F8439D;
}
</style>
border-color css
<style>
span { border-color: #F8439D; }
span { border-color: rgb(248,67,157); }
td.TdClassName
{
border-color: #F8439D;
}
.TagClassName
{
border-color: #F8439D;
}
</style>