Shades of Wild Strawberry #F8388E
Tints of Wild Strawberry #F8388E
RGB
CMYK
RGB Variations
Color information
#F8388E (or 0xF8388E) is known color: Wild Strawberry. HEX triplet: F8, 38 and 8E. RGB value is (248,56,142). Sum of RGB (Red+Green+Blue) = 248+56+142=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8388E is #07C771. Grayscale: #7B7B7B. Windows color (decimal): -509810 or 9320696. OLE color: 9320696.
HSL color Cylindrical-coordinate representation of color #F8388E: hue angle of 333.12º 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 #F8388E is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 142 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.03 |
| HSL | 333.13º | 0.93% | 0.6% | - |
| HSV(B) | 333.13º | 0.77% | 0.97% | - |
| XYZ | 45.01 | 24.74 | 27.99 | - |
| YUV | 123.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 142 | 0 | 0.77 | 0.43 | 0.03 | 333.13 | 0.93 | 0.6 |
| Hex | F8 | 38 | 8E | 0 | 4D | 2B | 3 | 14D | 5D | 3C |
| Octal | 370 | 70 | 216 | 0 | 115 | 53 | 3 | 515 | 135 | 74 |
| Binary | 11111000 | 111000 | 10001110 | 0 | 1001101 | 101011 | 11 | 101001101 | 1011101 | 111100 |
Color Harmonies of #F8388E
Complementary color
Monochromatic Colors of #F8388E
Black with #F8388E
Text Example
Text Example
White with #F8388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8388E; }
p { color: rgb(248,56,142); }
H1.HeaderClassName
{
color: #F8388E;
}
.AnyTagClassName
{
color: #F8388E;
}
</style>
background-color css
<style>
a { background-color: #F8388E; }
a { background-color: rgb(248,56,142); }
div.DivClassName
{
background-color: #F8388E;
}
.BgClassName
{
background-color: #F8388E;
}
</style>
border-color css
<style>
span { border-color: #F8388E; }
span { border-color: rgb(248,56,142); }
td.TdClassName
{
border-color: #F8388E;
}
.TagClassName
{
border-color: #F8388E;
}
</style>