Shades of Wild Strawberry #F941A2
Tints of Wild Strawberry #F941A2
RGB
CMYK
RGB Variations
Color information
#F941A2 (or 0xF941A2) is known color: Wild Strawberry. HEX triplet: F9, 41 and A2. RGB value is (249,65,162). Sum of RGB (Red+Green+Blue) = 249+65+162=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F941A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941A2 is #06BE5D. Grayscale: #828282. Windows color (decimal): -441950 or 10633721. OLE color: 10633721.
HSL color Cylindrical-coordinate representation of color #F941A2: hue angle of 328.37º 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 #F941A2 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 162 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.02 |
| HSL | 328.37º | 0.94% | 0.62% | - |
| HSV(B) | 328.37º | 0.74% | 0.98% | - |
| XYZ | 47.48 | 26.53 | 36.8 | - |
| YUV | 131.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 162 | 0 | 0.74 | 0.35 | 0.02 | 328.37 | 0.94 | 0.62 |
| Hex | F9 | 41 | A2 | 0 | 4A | 23 | 2 | 148 | 5E | 3E |
| Octal | 371 | 101 | 242 | 0 | 112 | 43 | 2 | 510 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10100010 | 0 | 1001010 | 100011 | 10 | 101001000 | 1011110 | 111110 |
Color Harmonies of #F941A2
Complementary color
Monochromatic Colors of #F941A2
Black with #F941A2
Text Example
Text Example
White with #F941A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941A2; }
p { color: rgb(249,65,162); }
H1.HeaderClassName
{
color: #F941A2;
}
.AnyTagClassName
{
color: #F941A2;
}
</style>
background-color css
<style>
a { background-color: #F941A2; }
a { background-color: rgb(249,65,162); }
div.DivClassName
{
background-color: #F941A2;
}
.BgClassName
{
background-color: #F941A2;
}
</style>
border-color css
<style>
span { border-color: #F941A2; }
span { border-color: rgb(249,65,162); }
td.TdClassName
{
border-color: #F941A2;
}
.TagClassName
{
border-color: #F941A2;
}
</style>