Shades of Wild Strawberry #F9309C
Tints of Wild Strawberry #F9309C
RGB
CMYK
RGB Variations
Color information
#F9309C (or 0xF9309C) is known color: Wild Strawberry. HEX triplet: F9, 30 and 9C. RGB value is (249,48,156). Sum of RGB (Red+Green+Blue) = 249+48+156=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9309C is #06CF63. Grayscale: #787878. Windows color (decimal): -446308 or 10236153. OLE color: 10236153.
HSL color Cylindrical-coordinate representation of color #F9309C: hue angle of 327.76º 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 #F9309C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 156 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.02 |
| HSL | 327.76º | 0.94% | 0.58% | - |
| HSV(B) | 327.76º | 0.81% | 0.98% | - |
| XYZ | 46.12 | 24.65 | 33.78 | - |
| YUV | 120.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 156 | 0 | 0.81 | 0.37 | 0.02 | 327.76 | 0.94 | 0.58 |
| Hex | F9 | 30 | 9C | 0 | 51 | 25 | 2 | 148 | 5E | 3A |
| Octal | 371 | 60 | 234 | 0 | 121 | 45 | 2 | 510 | 136 | 72 |
| Binary | 11111001 | 110000 | 10011100 | 0 | 1010001 | 100101 | 10 | 101001000 | 1011110 | 111010 |
Color Harmonies of #F9309C
Complementary color
Monochromatic Colors of #F9309C
Black with #F9309C
Text Example
Text Example
White with #F9309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9309C; }
p { color: rgb(249,48,156); }
H1.HeaderClassName
{
color: #F9309C;
}
.AnyTagClassName
{
color: #F9309C;
}
</style>
background-color css
<style>
a { background-color: #F9309C; }
a { background-color: rgb(249,48,156); }
div.DivClassName
{
background-color: #F9309C;
}
.BgClassName
{
background-color: #F9309C;
}
</style>
border-color css
<style>
span { border-color: #F9309C; }
span { border-color: rgb(249,48,156); }
td.TdClassName
{
border-color: #F9309C;
}
.TagClassName
{
border-color: #F9309C;
}
</style>