Shades of Wild Strawberry #F939A0
Tints of Wild Strawberry #F939A0
RGB
CMYK
RGB Variations
Color information
#F939A0 (or 0xF939A0) is known color: Wild Strawberry. HEX triplet: F9, 39 and A0. RGB value is (249,57,160). Sum of RGB (Red+Green+Blue) = 249+57+160=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F939A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F939A0 is #06C65F. Grayscale: #7D7D7D. Windows color (decimal): -444000 or 10500601. OLE color: 10500601.
HSL color Cylindrical-coordinate representation of color #F939A0: hue angle of 327.81º 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 #F939A0 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 160 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.02 |
| HSL | 327.81º | 0.94% | 0.6% | - |
| HSV(B) | 327.81º | 0.77% | 0.98% | - |
| XYZ | 46.88 | 25.6 | 35.73 | - |
| YUV | 126.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 160 | 0 | 0.77 | 0.36 | 0.02 | 327.81 | 0.94 | 0.6 |
| Hex | F9 | 39 | A0 | 0 | 4D | 24 | 2 | 148 | 5E | 3C |
| Octal | 371 | 71 | 240 | 0 | 115 | 44 | 2 | 510 | 136 | 74 |
| Binary | 11111001 | 111001 | 10100000 | 0 | 1001101 | 100100 | 10 | 101001000 | 1011110 | 111100 |
Color Harmonies of #F939A0
Complementary color
Monochromatic Colors of #F939A0
Black with #F939A0
Text Example
Text Example
White with #F939A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F939A0; }
p { color: rgb(249,57,160); }
H1.HeaderClassName
{
color: #F939A0;
}
.AnyTagClassName
{
color: #F939A0;
}
</style>
background-color css
<style>
a { background-color: #F939A0; }
a { background-color: rgb(249,57,160); }
div.DivClassName
{
background-color: #F939A0;
}
.BgClassName
{
background-color: #F939A0;
}
</style>
border-color css
<style>
span { border-color: #F939A0; }
span { border-color: rgb(249,57,160); }
td.TdClassName
{
border-color: #F939A0;
}
.TagClassName
{
border-color: #F939A0;
}
</style>