Shades of Wild Strawberry #F941AA
Tints of Wild Strawberry #F941AA
RGB
CMYK
RGB Variations
Color information
#F941AA (or 0xF941AA) is known color: Wild Strawberry. HEX triplet: F9, 41 and AA. RGB value is (249,65,170). Sum of RGB (Red+Green+Blue) = 249+65+170=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F941AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941AA is #06BE55. Grayscale: #838383. Windows color (decimal): -441942 or 11158009. OLE color: 11158009.
HSL color Cylindrical-coordinate representation of color #F941AA: hue angle of 325.76º 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 #F941AA is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 170 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.02 |
| HSL | 325.76º | 0.94% | 0.62% | - |
| HSV(B) | 325.76º | 0.74% | 0.98% | - |
| XYZ | 48.21 | 26.82 | 40.67 | - |
| YUV | 131.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 170 | 0 | 0.74 | 0.32 | 0.02 | 325.76 | 0.94 | 0.62 |
| Hex | F9 | 41 | AA | 0 | 4A | 20 | 2 | 146 | 5E | 3E |
| Octal | 371 | 101 | 252 | 0 | 112 | 40 | 2 | 506 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10101010 | 0 | 1001010 | 100000 | 10 | 101000110 | 1011110 | 111110 |
Color Harmonies of #F941AA
Complementary color
Monochromatic Colors of #F941AA
Black with #F941AA
Text Example
Text Example
White with #F941AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941AA; }
p { color: rgb(249,65,170); }
H1.HeaderClassName
{
color: #F941AA;
}
.AnyTagClassName
{
color: #F941AA;
}
</style>
background-color css
<style>
a { background-color: #F941AA; }
a { background-color: rgb(249,65,170); }
div.DivClassName
{
background-color: #F941AA;
}
.BgClassName
{
background-color: #F941AA;
}
</style>
border-color css
<style>
span { border-color: #F941AA; }
span { border-color: rgb(249,65,170); }
td.TdClassName
{
border-color: #F941AA;
}
.TagClassName
{
border-color: #F941AA;
}
</style>