Shades of Wild Strawberry #F9449B
Tints of Wild Strawberry #F9449B
RGB
CMYK
RGB Variations
Color information
#F9449B (or 0xF9449B) is known color: Wild Strawberry. HEX triplet: F9, 44 and 9B. RGB value is (249,68,155). Sum of RGB (Red+Green+Blue) = 249+68+155=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9449B is #06BB64. Grayscale: #838383. Windows color (decimal): -441189 or 10175737. OLE color: 10175737.
HSL color Cylindrical-coordinate representation of color #F9449B: hue angle of 331.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9449B is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 155 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.02 |
| HSL | 331.16º | 0.94% | 0.62% | - |
| HSV(B) | 331.16º | 0.73% | 0.98% | - |
| XYZ | 47.05 | 26.64 | 33.67 | - |
| YUV | 132.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 155 | 0 | 0.73 | 0.38 | 0.02 | 331.16 | 0.94 | 0.62 |
| Hex | F9 | 44 | 9B | 0 | 49 | 26 | 2 | 14B | 5E | 3E |
| Octal | 371 | 104 | 233 | 0 | 111 | 46 | 2 | 513 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10011011 | 0 | 1001001 | 100110 | 10 | 101001011 | 1011110 | 111110 |
Color Harmonies of #F9449B
Complementary color
Monochromatic Colors of #F9449B
Black with #F9449B
Text Example
Text Example
White with #F9449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9449B; }
p { color: rgb(249,68,155); }
H1.HeaderClassName
{
color: #F9449B;
}
.AnyTagClassName
{
color: #F9449B;
}
</style>
background-color css
<style>
a { background-color: #F9449B; }
a { background-color: rgb(249,68,155); }
div.DivClassName
{
background-color: #F9449B;
}
.BgClassName
{
background-color: #F9449B;
}
</style>
border-color css
<style>
span { border-color: #F9449B; }
span { border-color: rgb(249,68,155); }
td.TdClassName
{
border-color: #F9449B;
}
.TagClassName
{
border-color: #F9449B;
}
</style>