Shades of Wild Strawberry #F8368C
Tints of Wild Strawberry #F8368C
RGB
CMYK
RGB Variations
Color information
#F8368C (or 0xF8368C) is known color: Wild Strawberry. HEX triplet: F8, 36 and 8C. RGB value is (248,54,140). Sum of RGB (Red+Green+Blue) = 248+54+140=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8368C is #07C973. Grayscale: #797979. Windows color (decimal): -510324 or 9189112. OLE color: 9189112.
HSL color Cylindrical-coordinate representation of color #F8368C: hue angle of 333.4º 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 #F8368C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 140 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.03 |
| HSL | 333.4º | 0.93% | 0.59% | - |
| HSV(B) | 333.4º | 0.78% | 0.97% | - |
| XYZ | 44.76 | 24.49 | 27.18 | - |
| YUV | 121.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 140 | 0 | 0.78 | 0.44 | 0.03 | 333.4 | 0.93 | 0.59 |
| Hex | F8 | 36 | 8C | 0 | 4E | 2C | 3 | 14D | 5D | 3B |
| Octal | 370 | 66 | 214 | 0 | 116 | 54 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110110 | 10001100 | 0 | 1001110 | 101100 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8368C
Complementary color
Monochromatic Colors of #F8368C
Black with #F8368C
Text Example
Text Example
White with #F8368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8368C; }
p { color: rgb(248,54,140); }
H1.HeaderClassName
{
color: #F8368C;
}
.AnyTagClassName
{
color: #F8368C;
}
</style>
background-color css
<style>
a { background-color: #F8368C; }
a { background-color: rgb(248,54,140); }
div.DivClassName
{
background-color: #F8368C;
}
.BgClassName
{
background-color: #F8368C;
}
</style>
border-color css
<style>
span { border-color: #F8368C; }
span { border-color: rgb(248,54,140); }
td.TdClassName
{
border-color: #F8368C;
}
.TagClassName
{
border-color: #F8368C;
}
</style>