Shades of Wild Strawberry #F93A93
Tints of Wild Strawberry #F93A93
RGB
CMYK
RGB Variations
Color information
#F93A93 (or 0xF93A93) is known color: Wild Strawberry. HEX triplet: F9, 3A and 93. RGB value is (249,58,147). Sum of RGB (Red+Green+Blue) = 249+58+147=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A93 is #06C56C. Grayscale: #7D7D7D. Windows color (decimal): -443757 or 9648889. OLE color: 9648889.
HSL color Cylindrical-coordinate representation of color #F93A93: hue angle of 332.04º 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 #F93A93 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 147 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.02 |
| HSL | 332.04º | 0.94% | 0.6% | - |
| HSV(B) | 332.04º | 0.77% | 0.98% | - |
| XYZ | 45.85 | 25.27 | 30.07 | - |
| YUV | 125.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 147 | 0 | 0.77 | 0.41 | 0.02 | 332.04 | 0.94 | 0.6 |
| Hex | F9 | 3A | 93 | 0 | 4D | 29 | 2 | 14C | 5E | 3C |
| Octal | 371 | 72 | 223 | 0 | 115 | 51 | 2 | 514 | 136 | 74 |
| Binary | 11111001 | 111010 | 10010011 | 0 | 1001101 | 101001 | 10 | 101001100 | 1011110 | 111100 |
Color Harmonies of #F93A93
Complementary color
Monochromatic Colors of #F93A93
Black with #F93A93
Text Example
Text Example
White with #F93A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A93; }
p { color: rgb(249,58,147); }
H1.HeaderClassName
{
color: #F93A93;
}
.AnyTagClassName
{
color: #F93A93;
}
</style>
background-color css
<style>
a { background-color: #F93A93; }
a { background-color: rgb(249,58,147); }
div.DivClassName
{
background-color: #F93A93;
}
.BgClassName
{
background-color: #F93A93;
}
</style>
border-color css
<style>
span { border-color: #F93A93; }
span { border-color: rgb(249,58,147); }
td.TdClassName
{
border-color: #F93A93;
}
.TagClassName
{
border-color: #F93A93;
}
</style>