Shades of Wild Strawberry #F93FA0
Tints of Wild Strawberry #F93FA0
RGB
CMYK
RGB Variations
Color information
#F93FA0 (or 0xF93FA0) is known color: Wild Strawberry. HEX triplet: F9, 3F and A0. RGB value is (249,63,160). Sum of RGB (Red+Green+Blue) = 249+63+160=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FA0 is #06C05F. Grayscale: #818181. Windows color (decimal): -442464 or 10502137. OLE color: 10502137.
HSL color Cylindrical-coordinate representation of color #F93FA0: hue angle of 328.71º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 160 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.02 |
| HSL | 328.71º | 0.94% | 0.61% | - |
| HSV(B) | 328.71º | 0.75% | 0.98% | - |
| XYZ | 47.19 | 26.23 | 35.83 | - |
| YUV | 129.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 160 | 0 | 0.75 | 0.36 | 0.02 | 328.71 | 0.94 | 0.61 |
| Hex | F9 | 3F | A0 | 0 | 4B | 24 | 2 | 149 | 5E | 3D |
| Octal | 371 | 77 | 240 | 0 | 113 | 44 | 2 | 511 | 136 | 75 |
| Binary | 11111001 | 111111 | 10100000 | 0 | 1001011 | 100100 | 10 | 101001001 | 1011110 | 111101 |
Color Harmonies of #F93FA0
Complementary color
Monochromatic Colors of #F93FA0
Black with #F93FA0
Text Example
Text Example
White with #F93FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FA0; }
p { color: rgb(249,63,160); }
H1.HeaderClassName
{
color: #F93FA0;
}
.AnyTagClassName
{
color: #F93FA0;
}
</style>
background-color css
<style>
a { background-color: #F93FA0; }
a { background-color: rgb(249,63,160); }
div.DivClassName
{
background-color: #F93FA0;
}
.BgClassName
{
background-color: #F93FA0;
}
</style>
border-color css
<style>
span { border-color: #F93FA0; }
span { border-color: rgb(249,63,160); }
td.TdClassName
{
border-color: #F93FA0;
}
.TagClassName
{
border-color: #F93FA0;
}
</style>