Shades of Wild Strawberry #F82881
Tints of Wild Strawberry #F82881
RGB
CMYK
RGB Variations
Color information
#F82881 (or 0xF82881) is known color: Wild Strawberry. HEX triplet: F8, 28 and 81. RGB value is (248,40,129). Sum of RGB (Red+Green+Blue) = 248+40+129=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F82881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82881 is #07D77E. Grayscale: #707070. Windows color (decimal): -513919 or 8464632. OLE color: 8464632.
HSL color Cylindrical-coordinate representation of color #F82881: hue angle of 334.33º 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 #F82881 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 129 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.03 |
| HSL | 334.33º | 0.94% | 0.56% | - |
| HSV(B) | 334.33º | 0.84% | 0.97% | - |
| XYZ | 43.43 | 23.06 | 22.93 | - |
| YUV | 112.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 129 | 0 | 0.84 | 0.48 | 0.03 | 334.33 | 0.94 | 0.56 |
| Hex | F8 | 28 | 81 | 0 | 54 | 30 | 3 | 14E | 5E | 38 |
| Octal | 370 | 50 | 201 | 0 | 124 | 60 | 3 | 516 | 136 | 70 |
| Binary | 11111000 | 101000 | 10000001 | 0 | 1010100 | 110000 | 11 | 101001110 | 1011110 | 111000 |
Color Harmonies of #F82881
Complementary color
Monochromatic Colors of #F82881
Black with #F82881
Text Example
Text Example
White with #F82881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82881; }
p { color: rgb(248,40,129); }
H1.HeaderClassName
{
color: #F82881;
}
.AnyTagClassName
{
color: #F82881;
}
</style>
background-color css
<style>
a { background-color: #F82881; }
a { background-color: rgb(248,40,129); }
div.DivClassName
{
background-color: #F82881;
}
.BgClassName
{
background-color: #F82881;
}
</style>
border-color css
<style>
span { border-color: #F82881; }
span { border-color: rgb(248,40,129); }
td.TdClassName
{
border-color: #F82881;
}
.TagClassName
{
border-color: #F82881;
}
</style>