Shades of Wild Strawberry #F738A3
Tints of Wild Strawberry #F738A3
RGB
CMYK
RGB Variations
Color information
#F738A3 (or 0xF738A3) is known color: Wild Strawberry. HEX triplet: F7, 38 and A3. RGB value is (247,56,163). Sum of RGB (Red+Green+Blue) = 247+56+163=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F738A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F738A3 is #08C75C. Grayscale: #7D7D7D. Windows color (decimal): -575325 or 10696951. OLE color: 10696951.
HSL color Cylindrical-coordinate representation of color #F738A3: hue angle of 326.39º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F738A3 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 163 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.03 |
| HSL | 326.39º | 0.92% | 0.59% | - |
| HSV(B) | 326.39º | 0.77% | 0.97% | - |
| XYZ | 46.38 | 25.25 | 37.08 | - |
| YUV | 125.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 163 | 0 | 0.77 | 0.34 | 0.03 | 326.39 | 0.92 | 0.59 |
| Hex | F7 | 38 | A3 | 0 | 4D | 22 | 3 | 146 | 5C | 3B |
| Octal | 367 | 70 | 243 | 0 | 115 | 42 | 3 | 506 | 134 | 73 |
| Binary | 11110111 | 111000 | 10100011 | 0 | 1001101 | 100010 | 11 | 101000110 | 1011100 | 111011 |
Color Harmonies of #F738A3
Complementary color
Monochromatic Colors of #F738A3
Black with #F738A3
Text Example
Text Example
White with #F738A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738A3; }
p { color: rgb(247,56,163); }
H1.HeaderClassName
{
color: #F738A3;
}
.AnyTagClassName
{
color: #F738A3;
}
</style>
background-color css
<style>
a { background-color: #F738A3; }
a { background-color: rgb(247,56,163); }
div.DivClassName
{
background-color: #F738A3;
}
.BgClassName
{
background-color: #F738A3;
}
</style>
border-color css
<style>
span { border-color: #F738A3; }
span { border-color: rgb(247,56,163); }
td.TdClassName
{
border-color: #F738A3;
}
.TagClassName
{
border-color: #F738A3;
}
</style>