Shades of Wild Strawberry #F93BAA
Tints of Wild Strawberry #F93BAA
RGB
CMYK
RGB Variations
Color information
#F93BAA (or 0xF93BAA) is known color: Wild Strawberry. HEX triplet: F9, 3B and AA. RGB value is (249,59,170). Sum of RGB (Red+Green+Blue) = 249+59+170=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93BAA is #06C455. Grayscale: #808080. Windows color (decimal): -443478 or 11156473. OLE color: 11156473.
HSL color Cylindrical-coordinate representation of color #F93BAA: hue angle of 324.95º 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 #F93BAA is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 170 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.02 |
| HSL | 324.95º | 0.94% | 0.6% | - |
| HSV(B) | 324.95º | 0.76% | 0.98% | - |
| XYZ | 47.89 | 26.17 | 40.56 | - |
| YUV | 128.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 170 | 0 | 0.76 | 0.32 | 0.02 | 324.95 | 0.94 | 0.6 |
| Hex | F9 | 3B | AA | 0 | 4C | 20 | 2 | 145 | 5E | 3C |
| Octal | 371 | 73 | 252 | 0 | 114 | 40 | 2 | 505 | 136 | 74 |
| Binary | 11111001 | 111011 | 10101010 | 0 | 1001100 | 100000 | 10 | 101000101 | 1011110 | 111100 |
Color Harmonies of #F93BAA
Complementary color
Monochromatic Colors of #F93BAA
Black with #F93BAA
Text Example
Text Example
White with #F93BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BAA; }
p { color: rgb(249,59,170); }
H1.HeaderClassName
{
color: #F93BAA;
}
.AnyTagClassName
{
color: #F93BAA;
}
</style>
background-color css
<style>
a { background-color: #F93BAA; }
a { background-color: rgb(249,59,170); }
div.DivClassName
{
background-color: #F93BAA;
}
.BgClassName
{
background-color: #F93BAA;
}
</style>
border-color css
<style>
span { border-color: #F93BAA; }
span { border-color: rgb(249,59,170); }
td.TdClassName
{
border-color: #F93BAA;
}
.TagClassName
{
border-color: #F93BAA;
}
</style>