Shades of Wild Strawberry #FA2D86
Tints of Wild Strawberry #FA2D86
RGB
CMYK
RGB Variations
Color information
#FA2D86 (or 0xFA2D86) is known color: Wild Strawberry. HEX triplet: FA, 2D and 86. RGB value is (250,45,134). Sum of RGB (Red+Green+Blue) = 250+45+134=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D86 is #05D279. Grayscale: #747474. Windows color (decimal): -381562 or 8793594. OLE color: 8793594.
HSL color Cylindrical-coordinate representation of color #FA2D86: hue angle of 333.95º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D86 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 134 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.02 |
| HSL | 333.95º | 0.95% | 0.58% | - |
| HSV(B) | 333.95º | 0.82% | 0.98% | - |
| XYZ | 44.67 | 23.92 | 24.82 | - |
| YUV | 116.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 134 | 0 | 0.82 | 0.46 | 0.02 | 333.95 | 0.95 | 0.58 |
| Hex | FA | 2D | 86 | 0 | 52 | 2E | 2 | 14E | 5F | 3A |
| Octal | 372 | 55 | 206 | 0 | 122 | 56 | 2 | 516 | 137 | 72 |
| Binary | 11111010 | 101101 | 10000110 | 0 | 1010010 | 101110 | 10 | 101001110 | 1011111 | 111010 |
Color Harmonies of #FA2D86
Complementary color
Monochromatic Colors of #FA2D86
Black with #FA2D86
Text Example
Text Example
White with #FA2D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D86; }
p { color: rgb(250,45,134); }
H1.HeaderClassName
{
color: #FA2D86;
}
.AnyTagClassName
{
color: #FA2D86;
}
</style>
background-color css
<style>
a { background-color: #FA2D86; }
a { background-color: rgb(250,45,134); }
div.DivClassName
{
background-color: #FA2D86;
}
.BgClassName
{
background-color: #FA2D86;
}
</style>
border-color css
<style>
span { border-color: #FA2D86; }
span { border-color: rgb(250,45,134); }
td.TdClassName
{
border-color: #FA2D86;
}
.TagClassName
{
border-color: #FA2D86;
}
</style>