Shades of Wild Strawberry #F83AA5
Tints of Wild Strawberry #F83AA5
RGB
CMYK
RGB Variations
Color information
#F83AA5 (or 0xF83AA5) is known color: Wild Strawberry. HEX triplet: F8, 3A and A5. RGB value is (248,58,165). Sum of RGB (Red+Green+Blue) = 248+58+165=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AA5 is #07C55A. Grayscale: #7E7E7E. Windows color (decimal): -509275 or 10828536. OLE color: 10828536.
HSL color Cylindrical-coordinate representation of color #F83AA5: hue angle of 326.21º 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 #F83AA5 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 165 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.03 |
| HSL | 326.21º | 0.93% | 0.6% | - |
| HSV(B) | 326.21º | 0.77% | 0.97% | - |
| XYZ | 47.02 | 25.7 | 38.08 | - |
| YUV | 127.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 165 | 0 | 0.77 | 0.33 | 0.03 | 326.21 | 0.93 | 0.6 |
| Hex | F8 | 3A | A5 | 0 | 4D | 21 | 3 | 146 | 5D | 3C |
| Octal | 370 | 72 | 245 | 0 | 115 | 41 | 3 | 506 | 135 | 74 |
| Binary | 11111000 | 111010 | 10100101 | 0 | 1001101 | 100001 | 11 | 101000110 | 1011101 | 111100 |
Color Harmonies of #F83AA5
Complementary color
Monochromatic Colors of #F83AA5
Black with #F83AA5
Text Example
Text Example
White with #F83AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AA5; }
p { color: rgb(248,58,165); }
H1.HeaderClassName
{
color: #F83AA5;
}
.AnyTagClassName
{
color: #F83AA5;
}
</style>
background-color css
<style>
a { background-color: #F83AA5; }
a { background-color: rgb(248,58,165); }
div.DivClassName
{
background-color: #F83AA5;
}
.BgClassName
{
background-color: #F83AA5;
}
</style>
border-color css
<style>
span { border-color: #F83AA5; }
span { border-color: rgb(248,58,165); }
td.TdClassName
{
border-color: #F83AA5;
}
.TagClassName
{
border-color: #F83AA5;
}
</style>