Shades of Wild Strawberry #F93F9C
Tints of Wild Strawberry #F93F9C
RGB
CMYK
RGB Variations
Color information
#F93F9C (or 0xF93F9C) is known color: Wild Strawberry. HEX triplet: F9, 3F and 9C. RGB value is (249,63,156). Sum of RGB (Red+Green+Blue) = 249+63+156=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93F9C is #06C063. Grayscale: #818181. Windows color (decimal): -442468 or 10239993. OLE color: 10239993.
HSL color Cylindrical-coordinate representation of color #F93F9C: hue angle of 330º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F9C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 156 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 330º | 0.94% | 0.61% | - |
| HSV(B) | 330º | 0.75% | 0.98% | - |
| XYZ | 46.85 | 26.1 | 34.02 | - |
| YUV | 129.22 | 143.12 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 156 | 0 | 0.75 | 0.37 | 0.02 | 330 | 0.94 | 0.61 |
| Hex | F9 | 3F | 9C | 0 | 4B | 25 | 2 | 14A | 5E | 3D |
| Octal | 371 | 77 | 234 | 0 | 113 | 45 | 2 | 512 | 136 | 75 |
| Binary | 11111001 | 111111 | 10011100 | 0 | 1001011 | 100101 | 10 | 101001010 | 1011110 | 111101 |
Color Harmonies of #F93F9C
Complementary color
Monochromatic Colors of #F93F9C
Black with #F93F9C
Text Example
Text Example
White with #F93F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F9C; }
p { color: rgb(249,63,156); }
H1.HeaderClassName
{
color: #F93F9C;
}
.AnyTagClassName
{
color: #F93F9C;
}
</style>
background-color css
<style>
a { background-color: #F93F9C; }
a { background-color: rgb(249,63,156); }
div.DivClassName
{
background-color: #F93F9C;
}
.BgClassName
{
background-color: #F93F9C;
}
</style>
border-color css
<style>
span { border-color: #F93F9C; }
span { border-color: rgb(249,63,156); }
td.TdClassName
{
border-color: #F93F9C;
}
.TagClassName
{
border-color: #F93F9C;
}
</style>