Shades of Wild Strawberry #F83FA0
Tints of Wild Strawberry #F83FA0
RGB
CMYK
RGB Variations
Color information
#F83FA0 (or 0xF83FA0) is known color: Wild Strawberry. HEX triplet: F8, 3F and A0. RGB value is (248,63,160). Sum of RGB (Red+Green+Blue) = 248+63+160=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FA0 is #07C05F. Grayscale: #818181. Windows color (decimal): -508000 or 10502136. OLE color: 10502136.
HSL color Cylindrical-coordinate representation of color #F83FA0: hue angle of 328.54º 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 #F83FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 160 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.03 |
| HSL | 328.54º | 0.93% | 0.61% | - |
| HSV(B) | 328.54º | 0.75% | 0.97% | - |
| XYZ | 46.83 | 26.05 | 35.82 | - |
| YUV | 129.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 160 | 0 | 0.75 | 0.35 | 0.03 | 328.54 | 0.93 | 0.61 |
| Hex | F8 | 3F | A0 | 0 | 4B | 23 | 3 | 149 | 5D | 3D |
| Octal | 370 | 77 | 240 | 0 | 113 | 43 | 3 | 511 | 135 | 75 |
| Binary | 11111000 | 111111 | 10100000 | 0 | 1001011 | 100011 | 11 | 101001001 | 1011101 | 111101 |
Color Harmonies of #F83FA0
Complementary color
Monochromatic Colors of #F83FA0
Black with #F83FA0
Text Example
Text Example
White with #F83FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FA0; }
p { color: rgb(248,63,160); }
H1.HeaderClassName
{
color: #F83FA0;
}
.AnyTagClassName
{
color: #F83FA0;
}
</style>
background-color css
<style>
a { background-color: #F83FA0; }
a { background-color: rgb(248,63,160); }
div.DivClassName
{
background-color: #F83FA0;
}
.BgClassName
{
background-color: #F83FA0;
}
</style>
border-color css
<style>
span { border-color: #F83FA0; }
span { border-color: rgb(248,63,160); }
td.TdClassName
{
border-color: #F83FA0;
}
.TagClassName
{
border-color: #F83FA0;
}
</style>