Shades of Wild Strawberry #F942A3
Tints of Wild Strawberry #F942A3
RGB
CMYK
RGB Variations
Color information
#F942A3 (or 0xF942A3) is known color: Wild Strawberry. HEX triplet: F9, 42 and A3. RGB value is (249,66,163). Sum of RGB (Red+Green+Blue) = 249+66+163=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F942A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942A3 is #06BD5C. Grayscale: #838383. Windows color (decimal): -441693 or 10699513. OLE color: 10699513.
HSL color Cylindrical-coordinate representation of color #F942A3: hue angle of 328.2º 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 #F942A3 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 163 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.02 |
| HSL | 328.2º | 0.94% | 0.62% | - |
| HSV(B) | 328.2º | 0.73% | 0.98% | - |
| XYZ | 47.63 | 26.68 | 37.29 | - |
| YUV | 131.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 163 | 0 | 0.73 | 0.35 | 0.02 | 328.2 | 0.94 | 0.62 |
| Hex | F9 | 42 | A3 | 0 | 49 | 23 | 2 | 148 | 5E | 3E |
| Octal | 371 | 102 | 243 | 0 | 111 | 43 | 2 | 510 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10100011 | 0 | 1001001 | 100011 | 10 | 101001000 | 1011110 | 111110 |
Color Harmonies of #F942A3
Complementary color
Monochromatic Colors of #F942A3
Black with #F942A3
Text Example
Text Example
White with #F942A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942A3; }
p { color: rgb(249,66,163); }
H1.HeaderClassName
{
color: #F942A3;
}
.AnyTagClassName
{
color: #F942A3;
}
</style>
background-color css
<style>
a { background-color: #F942A3; }
a { background-color: rgb(249,66,163); }
div.DivClassName
{
background-color: #F942A3;
}
.BgClassName
{
background-color: #F942A3;
}
</style>
border-color css
<style>
span { border-color: #F942A3; }
span { border-color: rgb(249,66,163); }
td.TdClassName
{
border-color: #F942A3;
}
.TagClassName
{
border-color: #F942A3;
}
</style>