Shades of Wild Strawberry #F7449B
Tints of Wild Strawberry #F7449B
RGB
CMYK
RGB Variations
Color information
#F7449B (or 0xF7449B) is known color: Wild Strawberry. HEX triplet: F7, 44 and 9B. RGB value is (247,68,155). Sum of RGB (Red+Green+Blue) = 247+68+155=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7449B is #08BB64. Grayscale: #838383. Windows color (decimal): -572261 or 10175735. OLE color: 10175735.
HSL color Cylindrical-coordinate representation of color #F7449B: hue angle of 330.84º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7449B is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 155 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.03 |
| HSL | 330.84º | 0.92% | 0.62% | - |
| HSV(B) | 330.84º | 0.72% | 0.97% | - |
| XYZ | 46.34 | 26.27 | 33.64 | - |
| YUV | 131.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 155 | 0 | 0.72 | 0.37 | 0.03 | 330.84 | 0.92 | 0.62 |
| Hex | F7 | 44 | 9B | 0 | 48 | 25 | 3 | 14B | 5C | 3E |
| Octal | 367 | 104 | 233 | 0 | 110 | 45 | 3 | 513 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10011011 | 0 | 1001000 | 100101 | 11 | 101001011 | 1011100 | 111110 |
Color Harmonies of #F7449B
Complementary color
Monochromatic Colors of #F7449B
Black with #F7449B
Text Example
Text Example
White with #F7449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7449B; }
p { color: rgb(247,68,155); }
H1.HeaderClassName
{
color: #F7449B;
}
.AnyTagClassName
{
color: #F7449B;
}
</style>
background-color css
<style>
a { background-color: #F7449B; }
a { background-color: rgb(247,68,155); }
div.DivClassName
{
background-color: #F7449B;
}
.BgClassName
{
background-color: #F7449B;
}
</style>
border-color css
<style>
span { border-color: #F7449B; }
span { border-color: rgb(247,68,155); }
td.TdClassName
{
border-color: #F7449B;
}
.TagClassName
{
border-color: #F7449B;
}
</style>