Shades of Wild Strawberry #F03AA2
Tints of Wild Strawberry #F03AA2
RGB
CMYK
RGB Variations
Color information
#F03AA2 (or 0xF03AA2) is known color: Wild Strawberry. HEX triplet: F0, 3A and A2. RGB value is (240,58,162). Sum of RGB (Red+Green+Blue) = 240+58+162=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03AA2 is #0FC55D. Grayscale: #7C7C7C. Windows color (decimal): -1033566 or 10631920. OLE color: 10631920.
HSL color Cylindrical-coordinate representation of color #F03AA2: hue angle of 325.71º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AA2 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 162 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.06 |
| HSL | 325.71º | 0.86% | 0.58% | - |
| HSV(B) | 325.71º | 0.76% | 0.94% | - |
| XYZ | 43.97 | 24.16 | 36.53 | - |
| YUV | 124.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 162 | 0 | 0.76 | 0.32 | 0.06 | 325.71 | 0.86 | 0.58 |
| Hex | F0 | 3A | A2 | 0 | 4C | 20 | 6 | 146 | 56 | 3A |
| Octal | 360 | 72 | 242 | 0 | 114 | 40 | 6 | 506 | 126 | 72 |
| Binary | 11110000 | 111010 | 10100010 | 0 | 1001100 | 100000 | 110 | 101000110 | 1010110 | 111010 |
Color Harmonies of #F03AA2
Complementary color
Monochromatic Colors of #F03AA2
Black with #F03AA2
Text Example
Text Example
White with #F03AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AA2; }
p { color: rgb(240,58,162); }
H1.HeaderClassName
{
color: #F03AA2;
}
.AnyTagClassName
{
color: #F03AA2;
}
</style>
background-color css
<style>
a { background-color: #F03AA2; }
a { background-color: rgb(240,58,162); }
div.DivClassName
{
background-color: #F03AA2;
}
.BgClassName
{
background-color: #F03AA2;
}
</style>
border-color css
<style>
span { border-color: #F03AA2; }
span { border-color: rgb(240,58,162); }
td.TdClassName
{
border-color: #F03AA2;
}
.TagClassName
{
border-color: #F03AA2;
}
</style>