Shades of Wild Strawberry #F742A0
Tints of Wild Strawberry #F742A0
RGB
CMYK
RGB Variations
Color information
#F742A0 (or 0xF742A0) is known color: Wild Strawberry. HEX triplet: F7, 42 and A0. RGB value is (247,66,160). Sum of RGB (Red+Green+Blue) = 247+66+160=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F742A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742A0 is #08BD5F. Grayscale: #828282. Windows color (decimal): -572768 or 10502903. OLE color: 10502903.
HSL color Cylindrical-coordinate representation of color #F742A0: hue angle of 328.84º 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 #F742A0 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 160 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.03 |
| HSL | 328.84º | 0.92% | 0.61% | - |
| HSV(B) | 328.84º | 0.73% | 0.97% | - |
| XYZ | 46.65 | 26.21 | 35.86 | - |
| YUV | 130.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 160 | 0 | 0.73 | 0.35 | 0.03 | 328.84 | 0.92 | 0.61 |
| Hex | F7 | 42 | A0 | 0 | 49 | 23 | 3 | 149 | 5C | 3D |
| Octal | 367 | 102 | 240 | 0 | 111 | 43 | 3 | 511 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10100000 | 0 | 1001001 | 100011 | 11 | 101001001 | 1011100 | 111101 |
Color Harmonies of #F742A0
Complementary color
Monochromatic Colors of #F742A0
Black with #F742A0
Text Example
Text Example
White with #F742A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742A0; }
p { color: rgb(247,66,160); }
H1.HeaderClassName
{
color: #F742A0;
}
.AnyTagClassName
{
color: #F742A0;
}
</style>
background-color css
<style>
a { background-color: #F742A0; }
a { background-color: rgb(247,66,160); }
div.DivClassName
{
background-color: #F742A0;
}
.BgClassName
{
background-color: #F742A0;
}
</style>
border-color css
<style>
span { border-color: #F742A0; }
span { border-color: rgb(247,66,160); }
td.TdClassName
{
border-color: #F742A0;
}
.TagClassName
{
border-color: #F742A0;
}
</style>