Shades of Wild Strawberry #F9358F
Tints of Wild Strawberry #F9358F
RGB
CMYK
RGB Variations
Color information
#F9358F (or 0xF9358F) is known color: Wild Strawberry. HEX triplet: F9, 35 and 8F. RGB value is (249,53,143). Sum of RGB (Red+Green+Blue) = 249+53+143=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9358F is #06CA70. Grayscale: #797979. Windows color (decimal): -445041 or 9385465. OLE color: 9385465.
HSL color Cylindrical-coordinate representation of color #F9358F: hue angle of 332.45º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9358F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 143 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.02 |
| HSL | 332.45º | 0.94% | 0.59% | - |
| HSV(B) | 332.45º | 0.79% | 0.98% | - |
| XYZ | 45.3 | 24.67 | 28.36 | - |
| YUV | 121.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 143 | 0 | 0.79 | 0.43 | 0.02 | 332.45 | 0.94 | 0.59 |
| Hex | F9 | 35 | 8F | 0 | 4F | 2B | 2 | 14C | 5E | 3B |
| Octal | 371 | 65 | 217 | 0 | 117 | 53 | 2 | 514 | 136 | 73 |
| Binary | 11111001 | 110101 | 10001111 | 0 | 1001111 | 101011 | 10 | 101001100 | 1011110 | 111011 |
Color Harmonies of #F9358F
Complementary color
Monochromatic Colors of #F9358F
Black with #F9358F
Text Example
Text Example
White with #F9358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9358F; }
p { color: rgb(249,53,143); }
H1.HeaderClassName
{
color: #F9358F;
}
.AnyTagClassName
{
color: #F9358F;
}
</style>
background-color css
<style>
a { background-color: #F9358F; }
a { background-color: rgb(249,53,143); }
div.DivClassName
{
background-color: #F9358F;
}
.BgClassName
{
background-color: #F9358F;
}
</style>
border-color css
<style>
span { border-color: #F9358F; }
span { border-color: rgb(249,53,143); }
td.TdClassName
{
border-color: #F9358F;
}
.TagClassName
{
border-color: #F9358F;
}
</style>