Shades of Wild Strawberry #F93BA0
Tints of Wild Strawberry #F93BA0
RGB
CMYK
RGB Variations
Color information
#F93BA0 (or 0xF93BA0) is known color: Wild Strawberry. HEX triplet: F9, 3B and A0. RGB value is (249,59,160). Sum of RGB (Red+Green+Blue) = 249+59+160=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93BA0 is #06C45F. Grayscale: #7F7F7F. Windows color (decimal): -443488 or 10501113. OLE color: 10501113.
HSL color Cylindrical-coordinate representation of color #F93BA0: hue angle of 328.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BA0 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 160 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.02 |
| HSL | 328.11º | 0.94% | 0.6% | - |
| HSV(B) | 328.11º | 0.76% | 0.98% | - |
| XYZ | 46.98 | 25.81 | 35.76 | - |
| YUV | 127.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 160 | 0 | 0.76 | 0.36 | 0.02 | 328.11 | 0.94 | 0.6 |
| Hex | F9 | 3B | A0 | 0 | 4C | 24 | 2 | 148 | 5E | 3C |
| Octal | 371 | 73 | 240 | 0 | 114 | 44 | 2 | 510 | 136 | 74 |
| Binary | 11111001 | 111011 | 10100000 | 0 | 1001100 | 100100 | 10 | 101001000 | 1011110 | 111100 |
Color Harmonies of #F93BA0
Complementary color
Monochromatic Colors of #F93BA0
Black with #F93BA0
Text Example
Text Example
White with #F93BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BA0; }
p { color: rgb(249,59,160); }
H1.HeaderClassName
{
color: #F93BA0;
}
.AnyTagClassName
{
color: #F93BA0;
}
</style>
background-color css
<style>
a { background-color: #F93BA0; }
a { background-color: rgb(249,59,160); }
div.DivClassName
{
background-color: #F93BA0;
}
.BgClassName
{
background-color: #F93BA0;
}
</style>
border-color css
<style>
span { border-color: #F93BA0; }
span { border-color: rgb(249,59,160); }
td.TdClassName
{
border-color: #F93BA0;
}
.TagClassName
{
border-color: #F93BA0;
}
</style>