Shades of Wild Strawberry #F83FA2
Tints of Wild Strawberry #F83FA2
RGB
CMYK
RGB Variations
Color information
#F83FA2 (or 0xF83FA2) is known color: Wild Strawberry. HEX triplet: F8, 3F and A2. RGB value is (248,63,162). Sum of RGB (Red+Green+Blue) = 248+63+162=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FA2 is #07C05D. Grayscale: #818181. Windows color (decimal): -507998 or 10633208. OLE color: 10633208.
HSL color Cylindrical-coordinate representation of color #F83FA2: hue angle of 327.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FA2 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 162 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.03 |
| HSL | 327.89º | 0.93% | 0.61% | - |
| HSV(B) | 327.89º | 0.75% | 0.97% | - |
| XYZ | 47.01 | 26.12 | 36.75 | - |
| YUV | 129.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 162 | 0 | 0.75 | 0.35 | 0.03 | 327.89 | 0.93 | 0.61 |
| Hex | F8 | 3F | A2 | 0 | 4B | 23 | 3 | 148 | 5D | 3D |
| Octal | 370 | 77 | 242 | 0 | 113 | 43 | 3 | 510 | 135 | 75 |
| Binary | 11111000 | 111111 | 10100010 | 0 | 1001011 | 100011 | 11 | 101001000 | 1011101 | 111101 |
Color Harmonies of #F83FA2
Complementary color
Monochromatic Colors of #F83FA2
Black with #F83FA2
Text Example
Text Example
White with #F83FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FA2; }
p { color: rgb(248,63,162); }
H1.HeaderClassName
{
color: #F83FA2;
}
.AnyTagClassName
{
color: #F83FA2;
}
</style>
background-color css
<style>
a { background-color: #F83FA2; }
a { background-color: rgb(248,63,162); }
div.DivClassName
{
background-color: #F83FA2;
}
.BgClassName
{
background-color: #F83FA2;
}
</style>
border-color css
<style>
span { border-color: #F83FA2; }
span { border-color: rgb(248,63,162); }
td.TdClassName
{
border-color: #F83FA2;
}
.TagClassName
{
border-color: #F83FA2;
}
</style>