Shades of Wild Strawberry #F941A0
Tints of Wild Strawberry #F941A0
RGB
CMYK
RGB Variations
Color information
#F941A0 (or 0xF941A0) is known color: Wild Strawberry. HEX triplet: F9, 41 and A0. RGB value is (249,65,160). Sum of RGB (Red+Green+Blue) = 249+65+160=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F941A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941A0 is #06BE5F. Grayscale: #828282. Windows color (decimal): -441952 or 10502649. OLE color: 10502649.
HSL color Cylindrical-coordinate representation of color #F941A0: hue angle of 329.02º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941A0 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 160 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.02 |
| HSL | 329.02º | 0.94% | 0.62% | - |
| HSV(B) | 329.02º | 0.74% | 0.98% | - |
| XYZ | 47.3 | 26.46 | 35.87 | - |
| YUV | 130.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 160 | 0 | 0.74 | 0.36 | 0.02 | 329.02 | 0.94 | 0.62 |
| Hex | F9 | 41 | A0 | 0 | 4A | 24 | 2 | 149 | 5E | 3E |
| Octal | 371 | 101 | 240 | 0 | 112 | 44 | 2 | 511 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10100000 | 0 | 1001010 | 100100 | 10 | 101001001 | 1011110 | 111110 |
Color Harmonies of #F941A0
Complementary color
Monochromatic Colors of #F941A0
Black with #F941A0
Text Example
Text Example
White with #F941A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941A0; }
p { color: rgb(249,65,160); }
H1.HeaderClassName
{
color: #F941A0;
}
.AnyTagClassName
{
color: #F941A0;
}
</style>
background-color css
<style>
a { background-color: #F941A0; }
a { background-color: rgb(249,65,160); }
div.DivClassName
{
background-color: #F941A0;
}
.BgClassName
{
background-color: #F941A0;
}
</style>
border-color css
<style>
span { border-color: #F941A0; }
span { border-color: rgb(249,65,160); }
td.TdClassName
{
border-color: #F941A0;
}
.TagClassName
{
border-color: #F941A0;
}
</style>