Shades of Wild Strawberry #F73DAC
Tints of Wild Strawberry #F73DAC
RGB
CMYK
RGB Variations
Color information
#F73DAC (or 0xF73DAC) is known color: Wild Strawberry. HEX triplet: F7, 3D and AC. RGB value is (247,61,172). Sum of RGB (Red+Green+Blue) = 247+61+172=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73DAC is #08C253. Grayscale: #818181. Windows color (decimal): -574036 or 11288055. OLE color: 11288055.
HSL color Cylindrical-coordinate representation of color #F73DAC: hue angle of 324.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DAC is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 172 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.03 |
| HSL | 324.19º | 0.92% | 0.6% | - |
| HSV(B) | 324.19º | 0.75% | 0.97% | - |
| XYZ | 47.47 | 26.09 | 41.56 | - |
| YUV | 129.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 172 | 0 | 0.75 | 0.30 | 0.03 | 324.19 | 0.92 | 0.6 |
| Hex | F7 | 3D | AC | 0 | 4B | 1E | 3 | 144 | 5C | 3C |
| Octal | 367 | 75 | 254 | 0 | 113 | 36 | 3 | 504 | 134 | 74 |
| Binary | 11110111 | 111101 | 10101100 | 0 | 1001011 | 11110 | 11 | 101000100 | 1011100 | 111100 |
Color Harmonies of #F73DAC
Complementary color
Monochromatic Colors of #F73DAC
Black with #F73DAC
Text Example
Text Example
White with #F73DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DAC; }
p { color: rgb(247,61,172); }
H1.HeaderClassName
{
color: #F73DAC;
}
.AnyTagClassName
{
color: #F73DAC;
}
</style>
background-color css
<style>
a { background-color: #F73DAC; }
a { background-color: rgb(247,61,172); }
div.DivClassName
{
background-color: #F73DAC;
}
.BgClassName
{
background-color: #F73DAC;
}
</style>
border-color css
<style>
span { border-color: #F73DAC; }
span { border-color: rgb(247,61,172); }
td.TdClassName
{
border-color: #F73DAC;
}
.TagClassName
{
border-color: #F73DAC;
}
</style>