Shades of Wild Strawberry #F73C96
Tints of Wild Strawberry #F73C96
RGB
CMYK
RGB Variations
Color information
#F73C96 (or 0xF73C96) is known color: Wild Strawberry. HEX triplet: F7, 3C and 96. RGB value is (247,60,150). Sum of RGB (Red+Green+Blue) = 247+60+150=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73C96 is #08C369. Grayscale: #7E7E7E. Windows color (decimal): -574314 or 9846007. OLE color: 9846007.
HSL color Cylindrical-coordinate representation of color #F73C96: hue angle of 331.12º 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 #F73C96 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 150 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.03 |
| HSL | 331.12º | 0.92% | 0.6% | - |
| HSV(B) | 331.12º | 0.76% | 0.97% | - |
| XYZ | 45.48 | 25.21 | 31.32 | - |
| YUV | 126.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 150 | 0 | 0.76 | 0.39 | 0.03 | 331.12 | 0.92 | 0.6 |
| Hex | F7 | 3C | 96 | 0 | 4C | 27 | 3 | 14B | 5C | 3C |
| Octal | 367 | 74 | 226 | 0 | 114 | 47 | 3 | 513 | 134 | 74 |
| Binary | 11110111 | 111100 | 10010110 | 0 | 1001100 | 100111 | 11 | 101001011 | 1011100 | 111100 |
Color Harmonies of #F73C96
Complementary color
Monochromatic Colors of #F73C96
Black with #F73C96
Text Example
Text Example
White with #F73C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C96; }
p { color: rgb(247,60,150); }
H1.HeaderClassName
{
color: #F73C96;
}
.AnyTagClassName
{
color: #F73C96;
}
</style>
background-color css
<style>
a { background-color: #F73C96; }
a { background-color: rgb(247,60,150); }
div.DivClassName
{
background-color: #F73C96;
}
.BgClassName
{
background-color: #F73C96;
}
</style>
border-color css
<style>
span { border-color: #F73C96; }
span { border-color: rgb(247,60,150); }
td.TdClassName
{
border-color: #F73C96;
}
.TagClassName
{
border-color: #F73C96;
}
</style>