Shades of Wild Strawberry #F939A6
Tints of Wild Strawberry #F939A6
RGB
CMYK
RGB Variations
Color information
#F939A6 (or 0xF939A6) is known color: Wild Strawberry. HEX triplet: F9, 39 and A6. RGB value is (249,57,166). Sum of RGB (Red+Green+Blue) = 249+57+166=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F939A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F939A6 is #06C659. Grayscale: #7E7E7E. Windows color (decimal): -443994 or 10893817. OLE color: 10893817.
HSL color Cylindrical-coordinate representation of color #F939A6: hue angle of 325.94º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F939A6 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 166 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.02 |
| HSL | 325.94º | 0.94% | 0.6% | - |
| HSV(B) | 325.94º | 0.77% | 0.98% | - |
| XYZ | 47.41 | 25.82 | 38.56 | - |
| YUV | 126.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 166 | 0 | 0.77 | 0.33 | 0.02 | 325.94 | 0.94 | 0.6 |
| Hex | F9 | 39 | A6 | 0 | 4D | 21 | 2 | 146 | 5E | 3C |
| Octal | 371 | 71 | 246 | 0 | 115 | 41 | 2 | 506 | 136 | 74 |
| Binary | 11111001 | 111001 | 10100110 | 0 | 1001101 | 100001 | 10 | 101000110 | 1011110 | 111100 |
Color Harmonies of #F939A6
Complementary color
Monochromatic Colors of #F939A6
Black with #F939A6
Text Example
Text Example
White with #F939A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F939A6; }
p { color: rgb(249,57,166); }
H1.HeaderClassName
{
color: #F939A6;
}
.AnyTagClassName
{
color: #F939A6;
}
</style>
background-color css
<style>
a { background-color: #F939A6; }
a { background-color: rgb(249,57,166); }
div.DivClassName
{
background-color: #F939A6;
}
.BgClassName
{
background-color: #F939A6;
}
</style>
border-color css
<style>
span { border-color: #F939A6; }
span { border-color: rgb(249,57,166); }
td.TdClassName
{
border-color: #F939A6;
}
.TagClassName
{
border-color: #F939A6;
}
</style>