Shades of Wild Strawberry #F83FA6
Tints of Wild Strawberry #F83FA6
RGB
CMYK
RGB Variations
Color information
#F83FA6 (or 0xF83FA6) is known color: Wild Strawberry. HEX triplet: F8, 3F and A6. RGB value is (248,63,166). Sum of RGB (Red+Green+Blue) = 248+63+166=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FA6 is #07C059. Grayscale: #818181. Windows color (decimal): -507994 or 10895352. OLE color: 10895352.
HSL color Cylindrical-coordinate representation of color #F83FA6: hue angle of 326.59º 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 #F83FA6 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 166 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.03 |
| HSL | 326.59º | 0.93% | 0.61% | - |
| HSV(B) | 326.59º | 0.75% | 0.97% | - |
| XYZ | 47.37 | 26.26 | 38.65 | - |
| YUV | 130.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 166 | 0 | 0.75 | 0.33 | 0.03 | 326.59 | 0.93 | 0.61 |
| Hex | F8 | 3F | A6 | 0 | 4B | 21 | 3 | 147 | 5D | 3D |
| Octal | 370 | 77 | 246 | 0 | 113 | 41 | 3 | 507 | 135 | 75 |
| Binary | 11111000 | 111111 | 10100110 | 0 | 1001011 | 100001 | 11 | 101000111 | 1011101 | 111101 |
Color Harmonies of #F83FA6
Complementary color
Monochromatic Colors of #F83FA6
Black with #F83FA6
Text Example
Text Example
White with #F83FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FA6; }
p { color: rgb(248,63,166); }
H1.HeaderClassName
{
color: #F83FA6;
}
.AnyTagClassName
{
color: #F83FA6;
}
</style>
background-color css
<style>
a { background-color: #F83FA6; }
a { background-color: rgb(248,63,166); }
div.DivClassName
{
background-color: #F83FA6;
}
.BgClassName
{
background-color: #F83FA6;
}
</style>
border-color css
<style>
span { border-color: #F83FA6; }
span { border-color: rgb(248,63,166); }
td.TdClassName
{
border-color: #F83FA6;
}
.TagClassName
{
border-color: #F83FA6;
}
</style>