Shades of Wild Strawberry #F93FAA
Tints of Wild Strawberry #F93FAA
RGB
CMYK
RGB Variations
Color information
#F93FAA (or 0xF93FAA) is known color: Wild Strawberry. HEX triplet: F9, 3F and AA. RGB value is (249,63,170). Sum of RGB (Red+Green+Blue) = 249+63+170=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FAA is #06C055. Grayscale: #828282. Windows color (decimal): -442454 or 11157497. OLE color: 11157497.
HSL color Cylindrical-coordinate representation of color #F93FAA: hue angle of 325.48º 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 #F93FAA is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 170 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.02 |
| HSL | 325.48º | 0.94% | 0.61% | - |
| HSV(B) | 325.48º | 0.75% | 0.98% | - |
| XYZ | 48.1 | 26.6 | 40.63 | - |
| YUV | 130.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 170 | 0 | 0.75 | 0.32 | 0.02 | 325.48 | 0.94 | 0.61 |
| Hex | F9 | 3F | AA | 0 | 4B | 20 | 2 | 145 | 5E | 3D |
| Octal | 371 | 77 | 252 | 0 | 113 | 40 | 2 | 505 | 136 | 75 |
| Binary | 11111001 | 111111 | 10101010 | 0 | 1001011 | 100000 | 10 | 101000101 | 1011110 | 111101 |
Color Harmonies of #F93FAA
Complementary color
Monochromatic Colors of #F93FAA
Black with #F93FAA
Text Example
Text Example
White with #F93FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FAA; }
p { color: rgb(249,63,170); }
H1.HeaderClassName
{
color: #F93FAA;
}
.AnyTagClassName
{
color: #F93FAA;
}
</style>
background-color css
<style>
a { background-color: #F93FAA; }
a { background-color: rgb(249,63,170); }
div.DivClassName
{
background-color: #F93FAA;
}
.BgClassName
{
background-color: #F93FAA;
}
</style>
border-color css
<style>
span { border-color: #F93FAA; }
span { border-color: rgb(249,63,170); }
td.TdClassName
{
border-color: #F93FAA;
}
.TagClassName
{
border-color: #F93FAA;
}
</style>