Shades of Wild Strawberry #F939A8
Tints of Wild Strawberry #F939A8
RGB
CMYK
RGB Variations
Color information
#F939A8 (or 0xF939A8) is known color: Wild Strawberry. HEX triplet: F9, 39 and A8. RGB value is (249,57,168). Sum of RGB (Red+Green+Blue) = 249+57+168=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F939A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F939A8 is #06C657. Grayscale: #7E7E7E. Windows color (decimal): -443992 or 11024889. OLE color: 11024889.
HSL color Cylindrical-coordinate representation of color #F939A8: hue angle of 325.31º 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 #F939A8 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 168 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.02 |
| HSL | 325.31º | 0.94% | 0.6% | - |
| HSV(B) | 325.31º | 0.77% | 0.98% | - |
| XYZ | 47.6 | 25.89 | 39.53 | - |
| YUV | 127.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 168 | 0 | 0.77 | 0.33 | 0.02 | 325.31 | 0.94 | 0.6 |
| Hex | F9 | 39 | A8 | 0 | 4D | 21 | 2 | 145 | 5E | 3C |
| Octal | 371 | 71 | 250 | 0 | 115 | 41 | 2 | 505 | 136 | 74 |
| Binary | 11111001 | 111001 | 10101000 | 0 | 1001101 | 100001 | 10 | 101000101 | 1011110 | 111100 |
Color Harmonies of #F939A8
Complementary color
Monochromatic Colors of #F939A8
Black with #F939A8
Text Example
Text Example
White with #F939A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F939A8; }
p { color: rgb(249,57,168); }
H1.HeaderClassName
{
color: #F939A8;
}
.AnyTagClassName
{
color: #F939A8;
}
</style>
background-color css
<style>
a { background-color: #F939A8; }
a { background-color: rgb(249,57,168); }
div.DivClassName
{
background-color: #F939A8;
}
.BgClassName
{
background-color: #F939A8;
}
</style>
border-color css
<style>
span { border-color: #F939A8; }
span { border-color: rgb(249,57,168); }
td.TdClassName
{
border-color: #F939A8;
}
.TagClassName
{
border-color: #F939A8;
}
</style>