Shades of Wild Strawberry #F9309B
Tints of Wild Strawberry #F9309B
RGB
CMYK
RGB Variations
Color information
#F9309B (or 0xF9309B) is known color: Wild Strawberry. HEX triplet: F9, 30 and 9B. RGB value is (249,48,155). Sum of RGB (Red+Green+Blue) = 249+48+155=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9309B is #06CF64. Grayscale: #787878. Windows color (decimal): -446309 or 10170617. OLE color: 10170617.
HSL color Cylindrical-coordinate representation of color #F9309B: hue angle of 328.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9309B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 155 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.02 |
| HSL | 328.06º | 0.94% | 0.58% | - |
| HSV(B) | 328.06º | 0.81% | 0.98% | - |
| XYZ | 46.04 | 24.62 | 33.34 | - |
| YUV | 120.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 155 | 0 | 0.81 | 0.38 | 0.02 | 328.06 | 0.94 | 0.58 |
| Hex | F9 | 30 | 9B | 0 | 51 | 26 | 2 | 148 | 5E | 3A |
| Octal | 371 | 60 | 233 | 0 | 121 | 46 | 2 | 510 | 136 | 72 |
| Binary | 11111001 | 110000 | 10011011 | 0 | 1010001 | 100110 | 10 | 101001000 | 1011110 | 111010 |
Color Harmonies of #F9309B
Complementary color
Monochromatic Colors of #F9309B
Black with #F9309B
Text Example
Text Example
White with #F9309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9309B; }
p { color: rgb(249,48,155); }
H1.HeaderClassName
{
color: #F9309B;
}
.AnyTagClassName
{
color: #F9309B;
}
</style>
background-color css
<style>
a { background-color: #F9309B; }
a { background-color: rgb(249,48,155); }
div.DivClassName
{
background-color: #F9309B;
}
.BgClassName
{
background-color: #F9309B;
}
</style>
border-color css
<style>
span { border-color: #F9309B; }
span { border-color: rgb(249,48,155); }
td.TdClassName
{
border-color: #F9309B;
}
.TagClassName
{
border-color: #F9309B;
}
</style>