Shades of Wild Strawberry #F942A4
Tints of Wild Strawberry #F942A4
RGB
CMYK
RGB Variations
Color information
#F942A4 (or 0xF942A4) is known color: Wild Strawberry. HEX triplet: F9, 42 and A4. RGB value is (249,66,164). Sum of RGB (Red+Green+Blue) = 249+66+164=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F942A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942A4 is #06BD5B. Grayscale: #838383. Windows color (decimal): -441692 or 10765049. OLE color: 10765049.
HSL color Cylindrical-coordinate representation of color #F942A4: hue angle of 327.87º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942A4 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 164 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.02 |
| HSL | 327.87º | 0.94% | 0.62% | - |
| HSV(B) | 327.87º | 0.73% | 0.98% | - |
| XYZ | 47.72 | 26.72 | 37.76 | - |
| YUV | 131.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 164 | 0 | 0.73 | 0.34 | 0.02 | 327.87 | 0.94 | 0.62 |
| Hex | F9 | 42 | A4 | 0 | 49 | 22 | 2 | 148 | 5E | 3E |
| Octal | 371 | 102 | 244 | 0 | 111 | 42 | 2 | 510 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10100100 | 0 | 1001001 | 100010 | 10 | 101001000 | 1011110 | 111110 |
Color Harmonies of #F942A4
Complementary color
Monochromatic Colors of #F942A4
Black with #F942A4
Text Example
Text Example
White with #F942A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942A4; }
p { color: rgb(249,66,164); }
H1.HeaderClassName
{
color: #F942A4;
}
.AnyTagClassName
{
color: #F942A4;
}
</style>
background-color css
<style>
a { background-color: #F942A4; }
a { background-color: rgb(249,66,164); }
div.DivClassName
{
background-color: #F942A4;
}
.BgClassName
{
background-color: #F942A4;
}
</style>
border-color css
<style>
span { border-color: #F942A4; }
span { border-color: rgb(249,66,164); }
td.TdClassName
{
border-color: #F942A4;
}
.TagClassName
{
border-color: #F942A4;
}
</style>