Shades of Wild Strawberry #F74198
Tints of Wild Strawberry #F74198
RGB
CMYK
RGB Variations
Color information
#F74198 (or 0xF74198) is known color: Wild Strawberry. HEX triplet: F7, 41 and 98. RGB value is (247,65,152). Sum of RGB (Red+Green+Blue) = 247+65+152=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F74198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74198 is #08BE67. Grayscale: #818181. Windows color (decimal): -573032 or 9978359. OLE color: 9978359.
HSL color Cylindrical-coordinate representation of color #F74198: hue angle of 331.32º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74198 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 152 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.03 |
| HSL | 331.32º | 0.92% | 0.61% | - |
| HSV(B) | 331.32º | 0.74% | 0.97% | - |
| XYZ | 45.92 | 25.82 | 32.27 | - |
| YUV | 129.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 152 | 0 | 0.74 | 0.38 | 0.03 | 331.32 | 0.92 | 0.61 |
| Hex | F7 | 41 | 98 | 0 | 4A | 26 | 3 | 14B | 5C | 3D |
| Octal | 367 | 101 | 230 | 0 | 112 | 46 | 3 | 513 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10011000 | 0 | 1001010 | 100110 | 11 | 101001011 | 1011100 | 111101 |
Color Harmonies of #F74198
Complementary color
Monochromatic Colors of #F74198
Black with #F74198
Text Example
Text Example
White with #F74198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74198; }
p { color: rgb(247,65,152); }
H1.HeaderClassName
{
color: #F74198;
}
.AnyTagClassName
{
color: #F74198;
}
</style>
background-color css
<style>
a { background-color: #F74198; }
a { background-color: rgb(247,65,152); }
div.DivClassName
{
background-color: #F74198;
}
.BgClassName
{
background-color: #F74198;
}
</style>
border-color css
<style>
span { border-color: #F74198; }
span { border-color: rgb(247,65,152); }
td.TdClassName
{
border-color: #F74198;
}
.TagClassName
{
border-color: #F74198;
}
</style>