Shades of Wild Strawberry #F7409D
Tints of Wild Strawberry #F7409D
RGB
CMYK
RGB Variations
Color information
#F7409D (or 0xF7409D) is known color: Wild Strawberry. HEX triplet: F7, 40 and 9D. RGB value is (247,64,157). Sum of RGB (Red+Green+Blue) = 247+64+157=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7409D is #08BF62. Grayscale: #818181. Windows color (decimal): -573283 or 10305783. OLE color: 10305783.
HSL color Cylindrical-coordinate representation of color #F7409D: hue angle of 329.51º 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 #F7409D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 157 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.03 |
| HSL | 329.51º | 0.92% | 0.61% | - |
| HSV(B) | 329.51º | 0.74% | 0.97% | - |
| XYZ | 46.28 | 25.88 | 34.45 | - |
| YUV | 129.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 157 | 0 | 0.74 | 0.36 | 0.03 | 329.51 | 0.92 | 0.61 |
| Hex | F7 | 40 | 9D | 0 | 4A | 24 | 3 | 14A | 5C | 3D |
| Octal | 367 | 100 | 235 | 0 | 112 | 44 | 3 | 512 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10011101 | 0 | 1001010 | 100100 | 11 | 101001010 | 1011100 | 111101 |
Color Harmonies of #F7409D
Complementary color
Monochromatic Colors of #F7409D
Black with #F7409D
Text Example
Text Example
White with #F7409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7409D; }
p { color: rgb(247,64,157); }
H1.HeaderClassName
{
color: #F7409D;
}
.AnyTagClassName
{
color: #F7409D;
}
</style>
background-color css
<style>
a { background-color: #F7409D; }
a { background-color: rgb(247,64,157); }
div.DivClassName
{
background-color: #F7409D;
}
.BgClassName
{
background-color: #F7409D;
}
</style>
border-color css
<style>
span { border-color: #F7409D; }
span { border-color: rgb(247,64,157); }
td.TdClassName
{
border-color: #F7409D;
}
.TagClassName
{
border-color: #F7409D;
}
</style>