Shades of Wild Strawberry #F93C99
Tints of Wild Strawberry #F93C99
RGB
CMYK
RGB Variations
Color information
#F93C99 (or 0xF93C99) is known color: Wild Strawberry. HEX triplet: F9, 3C and 99. RGB value is (249,60,153). Sum of RGB (Red+Green+Blue) = 249+60+153=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93C99 is #06C366. Grayscale: #7E7E7E. Windows color (decimal): -443239 or 10042617. OLE color: 10042617.
HSL color Cylindrical-coordinate representation of color #F93C99: hue angle of 330.48º 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 #F93C99 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 153 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.02 |
| HSL | 330.48º | 0.94% | 0.61% | - |
| HSV(B) | 330.48º | 0.76% | 0.98% | - |
| XYZ | 46.43 | 25.67 | 32.64 | - |
| YUV | 127.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 153 | 0 | 0.76 | 0.39 | 0.02 | 330.48 | 0.94 | 0.61 |
| Hex | F9 | 3C | 99 | 0 | 4C | 27 | 2 | 14A | 5E | 3D |
| Octal | 371 | 74 | 231 | 0 | 114 | 47 | 2 | 512 | 136 | 75 |
| Binary | 11111001 | 111100 | 10011001 | 0 | 1001100 | 100111 | 10 | 101001010 | 1011110 | 111101 |
Color Harmonies of #F93C99
Complementary color
Monochromatic Colors of #F93C99
Black with #F93C99
Text Example
Text Example
White with #F93C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C99; }
p { color: rgb(249,60,153); }
H1.HeaderClassName
{
color: #F93C99;
}
.AnyTagClassName
{
color: #F93C99;
}
</style>
background-color css
<style>
a { background-color: #F93C99; }
a { background-color: rgb(249,60,153); }
div.DivClassName
{
background-color: #F93C99;
}
.BgClassName
{
background-color: #F93C99;
}
</style>
border-color css
<style>
span { border-color: #F93C99; }
span { border-color: rgb(249,60,153); }
td.TdClassName
{
border-color: #F93C99;
}
.TagClassName
{
border-color: #F93C99;
}
</style>