Shades of Wild Strawberry #F93A9F
Tints of Wild Strawberry #F93A9F
RGB
CMYK
RGB Variations
Color information
#F93A9F (or 0xF93A9F) is known color: Wild Strawberry. HEX triplet: F9, 3A and 9F. RGB value is (249,58,159). Sum of RGB (Red+Green+Blue) = 249+58+159=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A9F is #06C560. Grayscale: #7E7E7E. Windows color (decimal): -443745 or 10435321. OLE color: 10435321.
HSL color Cylindrical-coordinate representation of color #F93A9F: hue angle of 328.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A9F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 159 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.02 |
| HSL | 328.27º | 0.94% | 0.6% | - |
| HSV(B) | 328.27º | 0.77% | 0.98% | - |
| XYZ | 46.84 | 25.67 | 35.29 | - |
| YUV | 126.62 | 146.28 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 159 | 0 | 0.77 | 0.36 | 0.02 | 328.27 | 0.94 | 0.6 |
| Hex | F9 | 3A | 9F | 0 | 4D | 24 | 2 | 148 | 5E | 3C |
| Octal | 371 | 72 | 237 | 0 | 115 | 44 | 2 | 510 | 136 | 74 |
| Binary | 11111001 | 111010 | 10011111 | 0 | 1001101 | 100100 | 10 | 101001000 | 1011110 | 111100 |
Color Harmonies of #F93A9F
Complementary color
Monochromatic Colors of #F93A9F
Black with #F93A9F
Text Example
Text Example
White with #F93A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A9F; }
p { color: rgb(249,58,159); }
H1.HeaderClassName
{
color: #F93A9F;
}
.AnyTagClassName
{
color: #F93A9F;
}
</style>
background-color css
<style>
a { background-color: #F93A9F; }
a { background-color: rgb(249,58,159); }
div.DivClassName
{
background-color: #F93A9F;
}
.BgClassName
{
background-color: #F93A9F;
}
</style>
border-color css
<style>
span { border-color: #F93A9F; }
span { border-color: rgb(249,58,159); }
td.TdClassName
{
border-color: #F93A9F;
}
.TagClassName
{
border-color: #F93A9F;
}
</style>