Shades of Wild Strawberry #F8378F
Tints of Wild Strawberry #F8378F
RGB
CMYK
RGB Variations
Color information
#F8378F (or 0xF8378F) is known color: Wild Strawberry. HEX triplet: F8, 37 and 8F. RGB value is (248,55,143). Sum of RGB (Red+Green+Blue) = 248+55+143=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8378F is #07C870. Grayscale: #7A7A7A. Windows color (decimal): -510065 or 9385976. OLE color: 9385976.
HSL color Cylindrical-coordinate representation of color #F8378F: hue angle of 332.64º 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 #F8378F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 143 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.03 |
| HSL | 332.64º | 0.93% | 0.59% | - |
| HSV(B) | 332.64º | 0.78% | 0.97% | - |
| XYZ | 45.04 | 24.67 | 28.38 | - |
| YUV | 122.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 143 | 0 | 0.78 | 0.42 | 0.03 | 332.64 | 0.93 | 0.59 |
| Hex | F8 | 37 | 8F | 0 | 4E | 2A | 3 | 14D | 5D | 3B |
| Octal | 370 | 67 | 217 | 0 | 116 | 52 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110111 | 10001111 | 0 | 1001110 | 101010 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8378F
Complementary color
Monochromatic Colors of #F8378F
Black with #F8378F
Text Example
Text Example
White with #F8378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8378F; }
p { color: rgb(248,55,143); }
H1.HeaderClassName
{
color: #F8378F;
}
.AnyTagClassName
{
color: #F8378F;
}
</style>
background-color css
<style>
a { background-color: #F8378F; }
a { background-color: rgb(248,55,143); }
div.DivClassName
{
background-color: #F8378F;
}
.BgClassName
{
background-color: #F8378F;
}
</style>
border-color css
<style>
span { border-color: #F8378F; }
span { border-color: rgb(248,55,143); }
td.TdClassName
{
border-color: #F8378F;
}
.TagClassName
{
border-color: #F8378F;
}
</style>