Shades of Wild Strawberry #F82E8D
Tints of Wild Strawberry #F82E8D
RGB
CMYK
RGB Variations
Color information
#F82E8D (or 0xF82E8D) is known color: Wild Strawberry. HEX triplet: F8, 2E and 8D. RGB value is (248,46,141). Sum of RGB (Red+Green+Blue) = 248+46+141=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82E8D is #07D172. Grayscale: #757575. Windows color (decimal): -512371 or 9252600. OLE color: 9252600.
HSL color Cylindrical-coordinate representation of color #F82E8D: hue angle of 331.78º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82E8D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 141 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.03 |
| HSL | 331.78º | 0.94% | 0.58% | - |
| HSV(B) | 331.78º | 0.81% | 0.97% | - |
| XYZ | 44.5 | 23.83 | 27.45 | - |
| YUV | 117.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 141 | 0 | 0.81 | 0.43 | 0.03 | 331.78 | 0.94 | 0.58 |
| Hex | F8 | 2E | 8D | 0 | 51 | 2B | 3 | 14C | 5E | 3A |
| Octal | 370 | 56 | 215 | 0 | 121 | 53 | 3 | 514 | 136 | 72 |
| Binary | 11111000 | 101110 | 10001101 | 0 | 1010001 | 101011 | 11 | 101001100 | 1011110 | 111010 |
Color Harmonies of #F82E8D
Complementary color
Monochromatic Colors of #F82E8D
Black with #F82E8D
Text Example
Text Example
White with #F82E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82E8D; }
p { color: rgb(248,46,141); }
H1.HeaderClassName
{
color: #F82E8D;
}
.AnyTagClassName
{
color: #F82E8D;
}
</style>
background-color css
<style>
a { background-color: #F82E8D; }
a { background-color: rgb(248,46,141); }
div.DivClassName
{
background-color: #F82E8D;
}
.BgClassName
{
background-color: #F82E8D;
}
</style>
border-color css
<style>
span { border-color: #F82E8D; }
span { border-color: rgb(248,46,141); }
td.TdClassName
{
border-color: #F82E8D;
}
.TagClassName
{
border-color: #F82E8D;
}
</style>