Shades of Wild Strawberry #F83AA2
Tints of Wild Strawberry #F83AA2
RGB
CMYK
RGB Variations
Color information
#F83AA2 (or 0xF83AA2) is known color: Wild Strawberry. HEX triplet: F8, 3A and A2. RGB value is (248,58,162). Sum of RGB (Red+Green+Blue) = 248+58+162=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AA2 is #07C55D. Grayscale: #7E7E7E. Windows color (decimal): -509278 or 10631928. OLE color: 10631928.
HSL color Cylindrical-coordinate representation of color #F83AA2: hue angle of 327.16º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AA2 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 162 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.03 |
| HSL | 327.16º | 0.93% | 0.6% | - |
| HSV(B) | 327.16º | 0.77% | 0.97% | - |
| XYZ | 46.75 | 25.59 | 36.66 | - |
| YUV | 126.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 162 | 0 | 0.77 | 0.35 | 0.03 | 327.16 | 0.93 | 0.6 |
| Hex | F8 | 3A | A2 | 0 | 4D | 23 | 3 | 147 | 5D | 3C |
| Octal | 370 | 72 | 242 | 0 | 115 | 43 | 3 | 507 | 135 | 74 |
| Binary | 11111000 | 111010 | 10100010 | 0 | 1001101 | 100011 | 11 | 101000111 | 1011101 | 111100 |
Color Harmonies of #F83AA2
Complementary color
Monochromatic Colors of #F83AA2
Black with #F83AA2
Text Example
Text Example
White with #F83AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AA2; }
p { color: rgb(248,58,162); }
H1.HeaderClassName
{
color: #F83AA2;
}
.AnyTagClassName
{
color: #F83AA2;
}
</style>
background-color css
<style>
a { background-color: #F83AA2; }
a { background-color: rgb(248,58,162); }
div.DivClassName
{
background-color: #F83AA2;
}
.BgClassName
{
background-color: #F83AA2;
}
</style>
border-color css
<style>
span { border-color: #F83AA2; }
span { border-color: rgb(248,58,162); }
td.TdClassName
{
border-color: #F83AA2;
}
.TagClassName
{
border-color: #F83AA2;
}
</style>