Shades of Wild Strawberry #F8378E
Tints of Wild Strawberry #F8378E
RGB
CMYK
RGB Variations
Color information
#F8378E (or 0xF8378E) is known color: Wild Strawberry. HEX triplet: F8, 37 and 8E. RGB value is (248,55,142). Sum of RGB (Red+Green+Blue) = 248+55+142=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8378E is #07C871. Grayscale: #7A7A7A. Windows color (decimal): -510066 or 9320440. OLE color: 9320440.
HSL color Cylindrical-coordinate representation of color #F8378E: hue angle of 332.95º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8378E is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 142 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.03 |
| HSL | 332.95º | 0.93% | 0.59% | - |
| HSV(B) | 332.95º | 0.78% | 0.97% | - |
| XYZ | 44.96 | 24.64 | 27.98 | - |
| YUV | 122.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 142 | 0 | 0.78 | 0.43 | 0.03 | 332.95 | 0.93 | 0.59 |
| Hex | F8 | 37 | 8E | 0 | 4E | 2B | 3 | 14D | 5D | 3B |
| Octal | 370 | 67 | 216 | 0 | 116 | 53 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110111 | 10001110 | 0 | 1001110 | 101011 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8378E
Complementary color
Monochromatic Colors of #F8378E
Black with #F8378E
Text Example
Text Example
White with #F8378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8378E; }
p { color: rgb(248,55,142); }
H1.HeaderClassName
{
color: #F8378E;
}
.AnyTagClassName
{
color: #F8378E;
}
</style>
background-color css
<style>
a { background-color: #F8378E; }
a { background-color: rgb(248,55,142); }
div.DivClassName
{
background-color: #F8378E;
}
.BgClassName
{
background-color: #F8378E;
}
</style>
border-color css
<style>
span { border-color: #F8378E; }
span { border-color: rgb(248,55,142); }
td.TdClassName
{
border-color: #F8378E;
}
.TagClassName
{
border-color: #F8378E;
}
</style>