Shades of Wild Strawberry #F93D9C
Tints of Wild Strawberry #F93D9C
RGB
CMYK
RGB Variations
Color information
#F93D9C (or 0xF93D9C) is known color: Wild Strawberry. HEX triplet: F9, 3D and 9C. RGB value is (249,61,156). Sum of RGB (Red+Green+Blue) = 249+61+156=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93D9C is #06C263. Grayscale: #7F7F7F. Windows color (decimal): -442980 or 10239481. OLE color: 10239481.
HSL color Cylindrical-coordinate representation of color #F93D9C: hue angle of 329.68º 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 #F93D9C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 156 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.02 |
| HSL | 329.68º | 0.94% | 0.61% | - |
| HSV(B) | 329.68º | 0.76% | 0.98% | - |
| XYZ | 46.74 | 25.88 | 33.98 | - |
| YUV | 128.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 156 | 0 | 0.76 | 0.37 | 0.02 | 329.68 | 0.94 | 0.61 |
| Hex | F9 | 3D | 9C | 0 | 4C | 25 | 2 | 14A | 5E | 3D |
| Octal | 371 | 75 | 234 | 0 | 114 | 45 | 2 | 512 | 136 | 75 |
| Binary | 11111001 | 111101 | 10011100 | 0 | 1001100 | 100101 | 10 | 101001010 | 1011110 | 111101 |
Color Harmonies of #F93D9C
Complementary color
Monochromatic Colors of #F93D9C
Black with #F93D9C
Text Example
Text Example
White with #F93D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D9C; }
p { color: rgb(249,61,156); }
H1.HeaderClassName
{
color: #F93D9C;
}
.AnyTagClassName
{
color: #F93D9C;
}
</style>
background-color css
<style>
a { background-color: #F93D9C; }
a { background-color: rgb(249,61,156); }
div.DivClassName
{
background-color: #F93D9C;
}
.BgClassName
{
background-color: #F93D9C;
}
</style>
border-color css
<style>
span { border-color: #F93D9C; }
span { border-color: rgb(249,61,156); }
td.TdClassName
{
border-color: #F93D9C;
}
.TagClassName
{
border-color: #F93D9C;
}
</style>