Shades of Wild Strawberry #F9349B
Tints of Wild Strawberry #F9349B
RGB
CMYK
RGB Variations
Color information
#F9349B (or 0xF9349B) is known color: Wild Strawberry. HEX triplet: F9, 34 and 9B. RGB value is (249,52,155). Sum of RGB (Red+Green+Blue) = 249+52+155=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F9349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9349B is #06CB64. Grayscale: #7A7A7A. Windows color (decimal): -445285 or 10171641. OLE color: 10171641.
HSL color Cylindrical-coordinate representation of color #F9349B: hue angle of 328.63º 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 #F9349B is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 155 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.02 |
| HSL | 328.63º | 0.94% | 0.59% | - |
| HSV(B) | 328.63º | 0.79% | 0.98% | - |
| XYZ | 46.21 | 24.96 | 33.39 | - |
| YUV | 122.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 155 | 0 | 0.79 | 0.38 | 0.02 | 328.63 | 0.94 | 0.59 |
| Hex | F9 | 34 | 9B | 0 | 4F | 26 | 2 | 149 | 5E | 3B |
| Octal | 371 | 64 | 233 | 0 | 117 | 46 | 2 | 511 | 136 | 73 |
| Binary | 11111001 | 110100 | 10011011 | 0 | 1001111 | 100110 | 10 | 101001001 | 1011110 | 111011 |
Color Harmonies of #F9349B
Complementary color
Monochromatic Colors of #F9349B
Black with #F9349B
Text Example
Text Example
White with #F9349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9349B; }
p { color: rgb(249,52,155); }
H1.HeaderClassName
{
color: #F9349B;
}
.AnyTagClassName
{
color: #F9349B;
}
</style>
background-color css
<style>
a { background-color: #F9349B; }
a { background-color: rgb(249,52,155); }
div.DivClassName
{
background-color: #F9349B;
}
.BgClassName
{
background-color: #F9349B;
}
</style>
border-color css
<style>
span { border-color: #F9349B; }
span { border-color: rgb(249,52,155); }
td.TdClassName
{
border-color: #F9349B;
}
.TagClassName
{
border-color: #F9349B;
}
</style>