Shades of Wild Strawberry #F82D8D
Tints of Wild Strawberry #F82D8D
RGB
CMYK
RGB Variations
Color information
#F82D8D (or 0xF82D8D) is known color: Wild Strawberry. HEX triplet: F8, 2D and 8D. RGB value is (248,45,141). Sum of RGB (Red+Green+Blue) = 248+45+141=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82D8D is #07D272. Grayscale: #747474. Windows color (decimal): -512627 or 9252344. OLE color: 9252344.
HSL color Cylindrical-coordinate representation of color #F82D8D: hue angle of 331.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82D8D is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 141 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.03 |
| HSL | 331.63º | 0.94% | 0.57% | - |
| HSV(B) | 331.63º | 0.82% | 0.97% | - |
| XYZ | 44.46 | 23.76 | 27.44 | - |
| YUV | 116.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 141 | 0 | 0.82 | 0.43 | 0.03 | 331.63 | 0.94 | 0.57 |
| Hex | F8 | 2D | 8D | 0 | 52 | 2B | 3 | 14C | 5E | 39 |
| Octal | 370 | 55 | 215 | 0 | 122 | 53 | 3 | 514 | 136 | 71 |
| Binary | 11111000 | 101101 | 10001101 | 0 | 1010010 | 101011 | 11 | 101001100 | 1011110 | 111001 |
Color Harmonies of #F82D8D
Complementary color
Monochromatic Colors of #F82D8D
Black with #F82D8D
Text Example
Text Example
White with #F82D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D8D; }
p { color: rgb(248,45,141); }
H1.HeaderClassName
{
color: #F82D8D;
}
.AnyTagClassName
{
color: #F82D8D;
}
</style>
background-color css
<style>
a { background-color: #F82D8D; }
a { background-color: rgb(248,45,141); }
div.DivClassName
{
background-color: #F82D8D;
}
.BgClassName
{
background-color: #F82D8D;
}
</style>
border-color css
<style>
span { border-color: #F82D8D; }
span { border-color: rgb(248,45,141); }
td.TdClassName
{
border-color: #F82D8D;
}
.TagClassName
{
border-color: #F82D8D;
}
</style>