Shades of Wild Strawberry #F73D9A
Tints of Wild Strawberry #F73D9A
RGB
CMYK
RGB Variations
Color information
#F73D9A (or 0xF73D9A) is known color: Wild Strawberry. HEX triplet: F7, 3D and 9A. RGB value is (247,61,154). Sum of RGB (Red+Green+Blue) = 247+61+154=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73D9A is #08C265. Grayscale: #7F7F7F. Windows color (decimal): -574054 or 10108407. OLE color: 10108407.
HSL color Cylindrical-coordinate representation of color #F73D9A: hue angle of 330º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73D9A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 154 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.03 |
| HSL | 330º | 0.92% | 0.6% | - |
| HSV(B) | 330º | 0.75% | 0.97% | - |
| XYZ | 45.86 | 25.44 | 33.07 | - |
| YUV | 127.22 | 143.12 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 154 | 0 | 0.75 | 0.38 | 0.03 | 330 | 0.92 | 0.6 |
| Hex | F7 | 3D | 9A | 0 | 4B | 26 | 3 | 14A | 5C | 3C |
| Octal | 367 | 75 | 232 | 0 | 113 | 46 | 3 | 512 | 134 | 74 |
| Binary | 11110111 | 111101 | 10011010 | 0 | 1001011 | 100110 | 11 | 101001010 | 1011100 | 111100 |
Color Harmonies of #F73D9A
Complementary color
Monochromatic Colors of #F73D9A
Black with #F73D9A
Text Example
Text Example
White with #F73D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D9A; }
p { color: rgb(247,61,154); }
H1.HeaderClassName
{
color: #F73D9A;
}
.AnyTagClassName
{
color: #F73D9A;
}
</style>
background-color css
<style>
a { background-color: #F73D9A; }
a { background-color: rgb(247,61,154); }
div.DivClassName
{
background-color: #F73D9A;
}
.BgClassName
{
background-color: #F73D9A;
}
</style>
border-color css
<style>
span { border-color: #F73D9A; }
span { border-color: rgb(247,61,154); }
td.TdClassName
{
border-color: #F73D9A;
}
.TagClassName
{
border-color: #F73D9A;
}
</style>