Shades of Wild Strawberry #F740AA
Tints of Wild Strawberry #F740AA
RGB
CMYK
RGB Variations
Color information
#F740AA (or 0xF740AA) is known color: Wild Strawberry. HEX triplet: F7, 40 and AA. RGB value is (247,64,170). Sum of RGB (Red+Green+Blue) = 247+64+170=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F740AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740AA is #08BF55. Grayscale: #828282. Windows color (decimal): -573270 or 11157751. OLE color: 11157751.
HSL color Cylindrical-coordinate representation of color #F740AA: hue angle of 325.25º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740AA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 170 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.03 |
| HSL | 325.25º | 0.92% | 0.61% | - |
| HSV(B) | 325.25º | 0.74% | 0.97% | - |
| XYZ | 47.45 | 26.34 | 40.61 | - |
| YUV | 130.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 170 | 0 | 0.74 | 0.31 | 0.03 | 325.25 | 0.92 | 0.61 |
| Hex | F7 | 40 | AA | 0 | 4A | 1F | 3 | 145 | 5C | 3D |
| Octal | 367 | 100 | 252 | 0 | 112 | 37 | 3 | 505 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10101010 | 0 | 1001010 | 11111 | 11 | 101000101 | 1011100 | 111101 |
Color Harmonies of #F740AA
Complementary color
Monochromatic Colors of #F740AA
Black with #F740AA
Text Example
Text Example
White with #F740AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740AA; }
p { color: rgb(247,64,170); }
H1.HeaderClassName
{
color: #F740AA;
}
.AnyTagClassName
{
color: #F740AA;
}
</style>
background-color css
<style>
a { background-color: #F740AA; }
a { background-color: rgb(247,64,170); }
div.DivClassName
{
background-color: #F740AA;
}
.BgClassName
{
background-color: #F740AA;
}
</style>
border-color css
<style>
span { border-color: #F740AA; }
span { border-color: rgb(247,64,170); }
td.TdClassName
{
border-color: #F740AA;
}
.TagClassName
{
border-color: #F740AA;
}
</style>