Shades of Wild Strawberry #F93C92
Tints of Wild Strawberry #F93C92
RGB
CMYK
RGB Variations
Color information
#F93C92 (or 0xF93C92) is known color: Wild Strawberry. HEX triplet: F9, 3C and 92. RGB value is (249,60,146). Sum of RGB (Red+Green+Blue) = 249+60+146=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93C92 is #06C36D. Grayscale: #7E7E7E. Windows color (decimal): -443246 or 9583865. OLE color: 9583865.
HSL color Cylindrical-coordinate representation of color #F93C92: hue angle of 332.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93C92 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 146 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.02 |
| HSL | 332.7º | 0.94% | 0.61% | - |
| HSV(B) | 332.7º | 0.76% | 0.98% | - |
| XYZ | 45.87 | 25.45 | 29.69 | - |
| YUV | 126.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 146 | 0 | 0.76 | 0.41 | 0.02 | 332.7 | 0.94 | 0.61 |
| Hex | F9 | 3C | 92 | 0 | 4C | 29 | 2 | 14D | 5E | 3D |
| Octal | 371 | 74 | 222 | 0 | 114 | 51 | 2 | 515 | 136 | 75 |
| Binary | 11111001 | 111100 | 10010010 | 0 | 1001100 | 101001 | 10 | 101001101 | 1011110 | 111101 |
Color Harmonies of #F93C92
Complementary color
Monochromatic Colors of #F93C92
Black with #F93C92
Text Example
Text Example
White with #F93C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C92; }
p { color: rgb(249,60,146); }
H1.HeaderClassName
{
color: #F93C92;
}
.AnyTagClassName
{
color: #F93C92;
}
</style>
background-color css
<style>
a { background-color: #F93C92; }
a { background-color: rgb(249,60,146); }
div.DivClassName
{
background-color: #F93C92;
}
.BgClassName
{
background-color: #F93C92;
}
</style>
border-color css
<style>
span { border-color: #F93C92; }
span { border-color: rgb(249,60,146); }
td.TdClassName
{
border-color: #F93C92;
}
.TagClassName
{
border-color: #F93C92;
}
</style>