Shades of Wild Strawberry #FA2F86
Tints of Wild Strawberry #FA2F86
RGB
CMYK
RGB Variations
Color information
#FA2F86 (or 0xFA2F86) is known color: Wild Strawberry. HEX triplet: FA, 2F and 86. RGB value is (250,47,134). Sum of RGB (Red+Green+Blue) = 250+47+134=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F86 is #05D079. Grayscale: #757575. Windows color (decimal): -381050 or 8794106. OLE color: 8794106.
HSL color Cylindrical-coordinate representation of color #FA2F86: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F86 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 134 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.02 |
| HSL | 334.29º | 0.95% | 0.58% | - |
| HSV(B) | 334.29º | 0.81% | 0.98% | - |
| XYZ | 44.74 | 24.08 | 24.84 | - |
| YUV | 117.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 134 | 0 | 0.81 | 0.46 | 0.02 | 334.29 | 0.95 | 0.58 |
| Hex | FA | 2F | 86 | 0 | 51 | 2E | 2 | 14E | 5F | 3A |
| Octal | 372 | 57 | 206 | 0 | 121 | 56 | 2 | 516 | 137 | 72 |
| Binary | 11111010 | 101111 | 10000110 | 0 | 1010001 | 101110 | 10 | 101001110 | 1011111 | 111010 |
Color Harmonies of #FA2F86
Complementary color
Monochromatic Colors of #FA2F86
Black with #FA2F86
Text Example
Text Example
White with #FA2F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F86; }
p { color: rgb(250,47,134); }
H1.HeaderClassName
{
color: #FA2F86;
}
.AnyTagClassName
{
color: #FA2F86;
}
</style>
background-color css
<style>
a { background-color: #FA2F86; }
a { background-color: rgb(250,47,134); }
div.DivClassName
{
background-color: #FA2F86;
}
.BgClassName
{
background-color: #FA2F86;
}
</style>
border-color css
<style>
span { border-color: #FA2F86; }
span { border-color: rgb(250,47,134); }
td.TdClassName
{
border-color: #FA2F86;
}
.TagClassName
{
border-color: #FA2F86;
}
</style>