Shades of Wild Strawberry #F738A6
Tints of Wild Strawberry #F738A6
RGB
CMYK
RGB Variations
Color information
#F738A6 (or 0xF738A6) is known color: Wild Strawberry. HEX triplet: F7, 38 and A6. RGB value is (247,56,166). Sum of RGB (Red+Green+Blue) = 247+56+166=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F738A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F738A6 is #08C759. Grayscale: #7D7D7D. Windows color (decimal): -575322 or 10893559. OLE color: 10893559.
HSL color Cylindrical-coordinate representation of color #F738A6: hue angle of 325.45º 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 #F738A6 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 166 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.03 |
| HSL | 325.45º | 0.92% | 0.59% | - |
| HSV(B) | 325.45º | 0.77% | 0.97% | - |
| XYZ | 46.65 | 25.36 | 38.51 | - |
| YUV | 125.65 | 150.78 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 166 | 0 | 0.77 | 0.33 | 0.03 | 325.45 | 0.92 | 0.59 |
| Hex | F7 | 38 | A6 | 0 | 4D | 21 | 3 | 145 | 5C | 3B |
| Octal | 367 | 70 | 246 | 0 | 115 | 41 | 3 | 505 | 134 | 73 |
| Binary | 11110111 | 111000 | 10100110 | 0 | 1001101 | 100001 | 11 | 101000101 | 1011100 | 111011 |
Color Harmonies of #F738A6
Complementary color
Monochromatic Colors of #F738A6
Black with #F738A6
Text Example
Text Example
White with #F738A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738A6; }
p { color: rgb(247,56,166); }
H1.HeaderClassName
{
color: #F738A6;
}
.AnyTagClassName
{
color: #F738A6;
}
</style>
background-color css
<style>
a { background-color: #F738A6; }
a { background-color: rgb(247,56,166); }
div.DivClassName
{
background-color: #F738A6;
}
.BgClassName
{
background-color: #F738A6;
}
</style>
border-color css
<style>
span { border-color: #F738A6; }
span { border-color: rgb(247,56,166); }
td.TdClassName
{
border-color: #F738A6;
}
.TagClassName
{
border-color: #F738A6;
}
</style>