Shades of Wild Strawberry #F82F8A
Tints of Wild Strawberry #F82F8A
RGB
CMYK
RGB Variations
Color information
#F82F8A (or 0xF82F8A) is known color: Wild Strawberry. HEX triplet: F8, 2F and 8A. RGB value is (248,47,138). Sum of RGB (Red+Green+Blue) = 248+47+138=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82F8A is #07D075. Grayscale: #757575. Windows color (decimal): -512118 or 9056248. OLE color: 9056248.
HSL color Cylindrical-coordinate representation of color #F82F8A: hue angle of 332.84º degrees, saturation: 0.93, 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 #F82F8A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 47 | 138 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.03 |
| HSL | 332.84º | 0.93% | 0.58% | - |
| HSV(B) | 332.84º | 0.81% | 0.97% | - |
| XYZ | 44.32 | 23.82 | 26.31 | - |
| YUV | 117.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 138 | 0 | 0.81 | 0.44 | 0.03 | 332.84 | 0.93 | 0.58 |
| Hex | F8 | 2F | 8A | 0 | 51 | 2C | 3 | 14D | 5D | 3A |
| Octal | 370 | 57 | 212 | 0 | 121 | 54 | 3 | 515 | 135 | 72 |
| Binary | 11111000 | 101111 | 10001010 | 0 | 1010001 | 101100 | 11 | 101001101 | 1011101 | 111010 |
Color Harmonies of #F82F8A
Complementary color
Monochromatic Colors of #F82F8A
Black with #F82F8A
Text Example
Text Example
White with #F82F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82F8A; }
p { color: rgb(248,47,138); }
H1.HeaderClassName
{
color: #F82F8A;
}
.AnyTagClassName
{
color: #F82F8A;
}
</style>
background-color css
<style>
a { background-color: #F82F8A; }
a { background-color: rgb(248,47,138); }
div.DivClassName
{
background-color: #F82F8A;
}
.BgClassName
{
background-color: #F82F8A;
}
</style>
border-color css
<style>
span { border-color: #F82F8A; }
span { border-color: rgb(248,47,138); }
td.TdClassName
{
border-color: #F82F8A;
}
.TagClassName
{
border-color: #F82F8A;
}
</style>