Shades of Wild Strawberry #F73CA6
Tints of Wild Strawberry #F73CA6
RGB
CMYK
RGB Variations
Color information
#F73CA6 (or 0xF73CA6) is known color: Wild Strawberry. HEX triplet: F7, 3C and A6. RGB value is (247,60,166). Sum of RGB (Red+Green+Blue) = 247+60+166=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73CA6 is #08C359. Grayscale: #7F7F7F. Windows color (decimal): -574298 or 10894583. OLE color: 10894583.
HSL color Cylindrical-coordinate representation of color #F73CA6: hue angle of 325.99º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CA6 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 166 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.03 |
| HSL | 325.99º | 0.92% | 0.6% | - |
| HSV(B) | 325.99º | 0.76% | 0.97% | - |
| XYZ | 46.86 | 25.76 | 38.58 | - |
| YUV | 128 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 166 | 0 | 0.76 | 0.33 | 0.03 | 325.99 | 0.92 | 0.6 |
| Hex | F7 | 3C | A6 | 0 | 4C | 21 | 3 | 146 | 5C | 3C |
| Octal | 367 | 74 | 246 | 0 | 114 | 41 | 3 | 506 | 134 | 74 |
| Binary | 11110111 | 111100 | 10100110 | 0 | 1001100 | 100001 | 11 | 101000110 | 1011100 | 111100 |
Color Harmonies of #F73CA6
Complementary color
Monochromatic Colors of #F73CA6
Black with #F73CA6
Text Example
Text Example
White with #F73CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CA6; }
p { color: rgb(247,60,166); }
H1.HeaderClassName
{
color: #F73CA6;
}
.AnyTagClassName
{
color: #F73CA6;
}
</style>
background-color css
<style>
a { background-color: #F73CA6; }
a { background-color: rgb(247,60,166); }
div.DivClassName
{
background-color: #F73CA6;
}
.BgClassName
{
background-color: #F73CA6;
}
</style>
border-color css
<style>
span { border-color: #F73CA6; }
span { border-color: rgb(247,60,166); }
td.TdClassName
{
border-color: #F73CA6;
}
.TagClassName
{
border-color: #F73CA6;
}
</style>