Shades of Wild Strawberry #F742A2
Tints of Wild Strawberry #F742A2
RGB
CMYK
RGB Variations
Color information
#F742A2 (or 0xF742A2) is known color: Wild Strawberry. HEX triplet: F7, 42 and A2. RGB value is (247,66,162). Sum of RGB (Red+Green+Blue) = 247+66+162=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F742A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742A2 is #08BD5D. Grayscale: #828282. Windows color (decimal): -572766 or 10633975. OLE color: 10633975.
HSL color Cylindrical-coordinate representation of color #F742A2: hue angle of 328.18º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742A2 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 162 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.03 |
| HSL | 328.18º | 0.92% | 0.61% | - |
| HSV(B) | 328.18º | 0.73% | 0.97% | - |
| XYZ | 46.83 | 26.28 | 36.79 | - |
| YUV | 131.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 162 | 0 | 0.73 | 0.34 | 0.03 | 328.18 | 0.92 | 0.61 |
| Hex | F7 | 42 | A2 | 0 | 49 | 22 | 3 | 148 | 5C | 3D |
| Octal | 367 | 102 | 242 | 0 | 111 | 42 | 3 | 510 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10100010 | 0 | 1001001 | 100010 | 11 | 101001000 | 1011100 | 111101 |
Color Harmonies of #F742A2
Complementary color
Monochromatic Colors of #F742A2
Black with #F742A2
Text Example
Text Example
White with #F742A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742A2; }
p { color: rgb(247,66,162); }
H1.HeaderClassName
{
color: #F742A2;
}
.AnyTagClassName
{
color: #F742A2;
}
</style>
background-color css
<style>
a { background-color: #F742A2; }
a { background-color: rgb(247,66,162); }
div.DivClassName
{
background-color: #F742A2;
}
.BgClassName
{
background-color: #F742A2;
}
</style>
border-color css
<style>
span { border-color: #F742A2; }
span { border-color: rgb(247,66,162); }
td.TdClassName
{
border-color: #F742A2;
}
.TagClassName
{
border-color: #F742A2;
}
</style>