Shades of Wild Strawberry #F93896
Tints of Wild Strawberry #F93896
RGB
CMYK
RGB Variations
Color information
#F93896 (or 0xF93896) is known color: Wild Strawberry. HEX triplet: F9, 38 and 96. RGB value is (249,56,150). Sum of RGB (Red+Green+Blue) = 249+56+150=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F93896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93896 is #06C769. Grayscale: #7C7C7C. Windows color (decimal): -444266 or 9844985. OLE color: 9844985.
HSL color Cylindrical-coordinate representation of color #F93896: hue angle of 330.78º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93896 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 150 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.02 |
| HSL | 330.78º | 0.94% | 0.6% | - |
| HSV(B) | 330.78º | 0.78% | 0.98% | - |
| XYZ | 45.99 | 25.17 | 31.29 | - |
| YUV | 124.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 150 | 0 | 0.78 | 0.40 | 0.02 | 330.78 | 0.94 | 0.6 |
| Hex | F9 | 38 | 96 | 0 | 4E | 28 | 2 | 14B | 5E | 3C |
| Octal | 371 | 70 | 226 | 0 | 116 | 50 | 2 | 513 | 136 | 74 |
| Binary | 11111001 | 111000 | 10010110 | 0 | 1001110 | 101000 | 10 | 101001011 | 1011110 | 111100 |
Color Harmonies of #F93896
Complementary color
Monochromatic Colors of #F93896
Black with #F93896
Text Example
Text Example
White with #F93896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93896; }
p { color: rgb(249,56,150); }
H1.HeaderClassName
{
color: #F93896;
}
.AnyTagClassName
{
color: #F93896;
}
</style>
background-color css
<style>
a { background-color: #F93896; }
a { background-color: rgb(249,56,150); }
div.DivClassName
{
background-color: #F93896;
}
.BgClassName
{
background-color: #F93896;
}
</style>
border-color css
<style>
span { border-color: #F93896; }
span { border-color: rgb(249,56,150); }
td.TdClassName
{
border-color: #F93896;
}
.TagClassName
{
border-color: #F93896;
}
</style>