Shades of Wild Strawberry #F8338C
Tints of Wild Strawberry #F8338C
RGB
CMYK
RGB Variations
Color information
#F8338C (or 0xF8338C) is known color: Wild Strawberry. HEX triplet: F8, 33 and 8C. RGB value is (248,51,140). Sum of RGB (Red+Green+Blue) = 248+51+140=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8338C is #07CC73. Grayscale: #777777. Windows color (decimal): -511092 or 9188344. OLE color: 9188344.
HSL color Cylindrical-coordinate representation of color #F8338C: hue angle of 332.89º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8338C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 140 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.03 |
| HSL | 332.89º | 0.93% | 0.59% | - |
| HSV(B) | 332.89º | 0.79% | 0.97% | - |
| XYZ | 44.63 | 24.22 | 27.13 | - |
| YUV | 120.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 140 | 0 | 0.79 | 0.44 | 0.03 | 332.89 | 0.93 | 0.59 |
| Hex | F8 | 33 | 8C | 0 | 4F | 2C | 3 | 14D | 5D | 3B |
| Octal | 370 | 63 | 214 | 0 | 117 | 54 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110011 | 10001100 | 0 | 1001111 | 101100 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8338C
Complementary color
Monochromatic Colors of #F8338C
Black with #F8338C
Text Example
Text Example
White with #F8338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8338C; }
p { color: rgb(248,51,140); }
H1.HeaderClassName
{
color: #F8338C;
}
.AnyTagClassName
{
color: #F8338C;
}
</style>
background-color css
<style>
a { background-color: #F8338C; }
a { background-color: rgb(248,51,140); }
div.DivClassName
{
background-color: #F8338C;
}
.BgClassName
{
background-color: #F8338C;
}
</style>
border-color css
<style>
span { border-color: #F8338C; }
span { border-color: rgb(248,51,140); }
td.TdClassName
{
border-color: #F8338C;
}
.TagClassName
{
border-color: #F8338C;
}
</style>