Shades of Wild Strawberry #F8288C
Tints of Wild Strawberry #F8288C
RGB
CMYK
RGB Variations
Color information
#F8288C (or 0xF8288C) is known color: Wild Strawberry. HEX triplet: F8, 28 and 8C. RGB value is (248,40,140). Sum of RGB (Red+Green+Blue) = 248+40+140=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8288C is #07D773. Grayscale: #717171. Windows color (decimal): -513908 or 9185528. OLE color: 9185528.
HSL color Cylindrical-coordinate representation of color #F8288C: hue angle of 331.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8288C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 140 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.03 |
| HSL | 331.15º | 0.94% | 0.56% | - |
| HSV(B) | 331.15º | 0.84% | 0.97% | - |
| XYZ | 44.2 | 23.37 | 26.99 | - |
| YUV | 113.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 140 | 0 | 0.84 | 0.44 | 0.03 | 331.15 | 0.94 | 0.56 |
| Hex | F8 | 28 | 8C | 0 | 54 | 2C | 3 | 14B | 5E | 38 |
| Octal | 370 | 50 | 214 | 0 | 124 | 54 | 3 | 513 | 136 | 70 |
| Binary | 11111000 | 101000 | 10001100 | 0 | 1010100 | 101100 | 11 | 101001011 | 1011110 | 111000 |
Color Harmonies of #F8288C
Complementary color
Monochromatic Colors of #F8288C
Black with #F8288C
Text Example
Text Example
White with #F8288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8288C; }
p { color: rgb(248,40,140); }
H1.HeaderClassName
{
color: #F8288C;
}
.AnyTagClassName
{
color: #F8288C;
}
</style>
background-color css
<style>
a { background-color: #F8288C; }
a { background-color: rgb(248,40,140); }
div.DivClassName
{
background-color: #F8288C;
}
.BgClassName
{
background-color: #F8288C;
}
</style>
border-color css
<style>
span { border-color: #F8288C; }
span { border-color: rgb(248,40,140); }
td.TdClassName
{
border-color: #F8288C;
}
.TagClassName
{
border-color: #F8288C;
}
</style>