Shades of Wild Strawberry #F82C8B
Tints of Wild Strawberry #F82C8B
RGB
CMYK
RGB Variations
Color information
#F82C8B (or 0xF82C8B) is known color: Wild Strawberry. HEX triplet: F8, 2C and 8B. RGB value is (248,44,139). Sum of RGB (Red+Green+Blue) = 248+44+139=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82C8B is #07D374. Grayscale: #737373. Windows color (decimal): -512885 or 9121016. OLE color: 9121016.
HSL color Cylindrical-coordinate representation of color #F82C8B: hue angle of 332.06º 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 #F82C8B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 139 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.03 |
| HSL | 332.06º | 0.94% | 0.57% | - |
| HSV(B) | 332.06º | 0.82% | 0.97% | - |
| XYZ | 44.27 | 23.62 | 26.65 | - |
| YUV | 115.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 139 | 0 | 0.82 | 0.44 | 0.03 | 332.06 | 0.94 | 0.57 |
| Hex | F8 | 2C | 8B | 0 | 52 | 2C | 3 | 14C | 5E | 39 |
| Octal | 370 | 54 | 213 | 0 | 122 | 54 | 3 | 514 | 136 | 71 |
| Binary | 11111000 | 101100 | 10001011 | 0 | 1010010 | 101100 | 11 | 101001100 | 1011110 | 111001 |
Color Harmonies of #F82C8B
Complementary color
Monochromatic Colors of #F82C8B
Black with #F82C8B
Text Example
Text Example
White with #F82C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C8B; }
p { color: rgb(248,44,139); }
H1.HeaderClassName
{
color: #F82C8B;
}
.AnyTagClassName
{
color: #F82C8B;
}
</style>
background-color css
<style>
a { background-color: #F82C8B; }
a { background-color: rgb(248,44,139); }
div.DivClassName
{
background-color: #F82C8B;
}
.BgClassName
{
background-color: #F82C8B;
}
</style>
border-color css
<style>
span { border-color: #F82C8B; }
span { border-color: rgb(248,44,139); }
td.TdClassName
{
border-color: #F82C8B;
}
.TagClassName
{
border-color: #F82C8B;
}
</style>