Shades of Wild Strawberry #F9308F
Tints of Wild Strawberry #F9308F
RGB
CMYK
RGB Variations
Color information
#F9308F (or 0xF9308F) is known color: Wild Strawberry. HEX triplet: F9, 30 and 8F. RGB value is (249,48,143). Sum of RGB (Red+Green+Blue) = 249+48+143=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9308F is #06CF70. Grayscale: #767676. Windows color (decimal): -446321 or 9384185. OLE color: 9384185.
HSL color Cylindrical-coordinate representation of color #F9308F: hue angle of 331.64º 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 #F9308F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 143 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.02 |
| HSL | 331.64º | 0.94% | 0.58% | - |
| HSV(B) | 331.64º | 0.81% | 0.98% | - |
| XYZ | 45.08 | 24.24 | 28.29 | - |
| YUV | 118.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 143 | 0 | 0.81 | 0.43 | 0.02 | 331.64 | 0.94 | 0.58 |
| Hex | F9 | 30 | 8F | 0 | 51 | 2B | 2 | 14C | 5E | 3A |
| Octal | 371 | 60 | 217 | 0 | 121 | 53 | 2 | 514 | 136 | 72 |
| Binary | 11111001 | 110000 | 10001111 | 0 | 1010001 | 101011 | 10 | 101001100 | 1011110 | 111010 |
Color Harmonies of #F9308F
Complementary color
Monochromatic Colors of #F9308F
Black with #F9308F
Text Example
Text Example
White with #F9308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9308F; }
p { color: rgb(249,48,143); }
H1.HeaderClassName
{
color: #F9308F;
}
.AnyTagClassName
{
color: #F9308F;
}
</style>
background-color css
<style>
a { background-color: #F9308F; }
a { background-color: rgb(249,48,143); }
div.DivClassName
{
background-color: #F9308F;
}
.BgClassName
{
background-color: #F9308F;
}
</style>
border-color css
<style>
span { border-color: #F9308F; }
span { border-color: rgb(249,48,143); }
td.TdClassName
{
border-color: #F9308F;
}
.TagClassName
{
border-color: #F9308F;
}
</style>