Shades of Wild Strawberry #F843A0
Tints of Wild Strawberry #F843A0
RGB
CMYK
RGB Variations
Color information
#F843A0 (or 0xF843A0) is known color: Wild Strawberry. HEX triplet: F8, 43 and A0. RGB value is (248,67,160). Sum of RGB (Red+Green+Blue) = 248+67+160=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F843A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F843A0 is #07BC5F. Grayscale: #838383. Windows color (decimal): -506976 or 10503160. OLE color: 10503160.
HSL color Cylindrical-coordinate representation of color #F843A0: hue angle of 329.17º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F843A0 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 160 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.03 |
| HSL | 329.17º | 0.93% | 0.62% | - |
| HSV(B) | 329.17º | 0.73% | 0.97% | - |
| XYZ | 47.06 | 26.51 | 35.89 | - |
| YUV | 131.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 160 | 0 | 0.73 | 0.35 | 0.03 | 329.17 | 0.93 | 0.62 |
| Hex | F8 | 43 | A0 | 0 | 49 | 23 | 3 | 149 | 5D | 3E |
| Octal | 370 | 103 | 240 | 0 | 111 | 43 | 3 | 511 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10100000 | 0 | 1001001 | 100011 | 11 | 101001001 | 1011101 | 111110 |
Color Harmonies of #F843A0
Complementary color
Monochromatic Colors of #F843A0
Black with #F843A0
Text Example
Text Example
White with #F843A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843A0; }
p { color: rgb(248,67,160); }
H1.HeaderClassName
{
color: #F843A0;
}
.AnyTagClassName
{
color: #F843A0;
}
</style>
background-color css
<style>
a { background-color: #F843A0; }
a { background-color: rgb(248,67,160); }
div.DivClassName
{
background-color: #F843A0;
}
.BgClassName
{
background-color: #F843A0;
}
</style>
border-color css
<style>
span { border-color: #F843A0; }
span { border-color: rgb(248,67,160); }
td.TdClassName
{
border-color: #F843A0;
}
.TagClassName
{
border-color: #F843A0;
}
</style>