Shades of Wild Strawberry #F7409B
Tints of Wild Strawberry #F7409B
RGB
CMYK
RGB Variations
Color information
#F7409B (or 0xF7409B) is known color: Wild Strawberry. HEX triplet: F7, 40 and 9B. RGB value is (247,64,155). Sum of RGB (Red+Green+Blue) = 247+64+155=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7409B is #08BF64. Grayscale: #808080. Windows color (decimal): -573285 or 10174711. OLE color: 10174711.
HSL color Cylindrical-coordinate representation of color #F7409B: hue angle of 330.16º 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 #F7409B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 155 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.03 |
| HSL | 330.16º | 0.92% | 0.61% | - |
| HSV(B) | 330.16º | 0.74% | 0.97% | - |
| XYZ | 46.11 | 25.81 | 33.56 | - |
| YUV | 129.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 155 | 0 | 0.74 | 0.37 | 0.03 | 330.16 | 0.92 | 0.61 |
| Hex | F7 | 40 | 9B | 0 | 4A | 25 | 3 | 14A | 5C | 3D |
| Octal | 367 | 100 | 233 | 0 | 112 | 45 | 3 | 512 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10011011 | 0 | 1001010 | 100101 | 11 | 101001010 | 1011100 | 111101 |
Color Harmonies of #F7409B
Complementary color
Monochromatic Colors of #F7409B
Black with #F7409B
Text Example
Text Example
White with #F7409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7409B; }
p { color: rgb(247,64,155); }
H1.HeaderClassName
{
color: #F7409B;
}
.AnyTagClassName
{
color: #F7409B;
}
</style>
background-color css
<style>
a { background-color: #F7409B; }
a { background-color: rgb(247,64,155); }
div.DivClassName
{
background-color: #F7409B;
}
.BgClassName
{
background-color: #F7409B;
}
</style>
border-color css
<style>
span { border-color: #F7409B; }
span { border-color: rgb(247,64,155); }
td.TdClassName
{
border-color: #F7409B;
}
.TagClassName
{
border-color: #F7409B;
}
</style>