Shades of Wild Strawberry #F73C98
Tints of Wild Strawberry #F73C98
RGB
CMYK
RGB Variations
Color information
#F73C98 (or 0xF73C98) is known color: Wild Strawberry. HEX triplet: F7, 3C and 98. RGB value is (247,60,152). Sum of RGB (Red+Green+Blue) = 247+60+152=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73C98 is #08C367. Grayscale: #7E7E7E. Windows color (decimal): -574312 or 9977079. OLE color: 9977079.
HSL color Cylindrical-coordinate representation of color #F73C98: hue angle of 330.48º 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 #F73C98 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 152 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.03 |
| HSL | 330.48º | 0.92% | 0.6% | - |
| HSV(B) | 330.48º | 0.76% | 0.97% | - |
| XYZ | 45.64 | 25.27 | 32.18 | - |
| YUV | 126.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 152 | 0 | 0.76 | 0.38 | 0.03 | 330.48 | 0.92 | 0.6 |
| Hex | F7 | 3C | 98 | 0 | 4C | 26 | 3 | 14A | 5C | 3C |
| Octal | 367 | 74 | 230 | 0 | 114 | 46 | 3 | 512 | 134 | 74 |
| Binary | 11110111 | 111100 | 10011000 | 0 | 1001100 | 100110 | 11 | 101001010 | 1011100 | 111100 |
Color Harmonies of #F73C98
Complementary color
Monochromatic Colors of #F73C98
Black with #F73C98
Text Example
Text Example
White with #F73C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C98; }
p { color: rgb(247,60,152); }
H1.HeaderClassName
{
color: #F73C98;
}
.AnyTagClassName
{
color: #F73C98;
}
</style>
background-color css
<style>
a { background-color: #F73C98; }
a { background-color: rgb(247,60,152); }
div.DivClassName
{
background-color: #F73C98;
}
.BgClassName
{
background-color: #F73C98;
}
</style>
border-color css
<style>
span { border-color: #F73C98; }
span { border-color: rgb(247,60,152); }
td.TdClassName
{
border-color: #F73C98;
}
.TagClassName
{
border-color: #F73C98;
}
</style>