Shades of Wild Strawberry #FA2783
Tints of Wild Strawberry #FA2783
RGB
CMYK
RGB Variations
Color information
#FA2783 (or 0xFA2783) is known color: Wild Strawberry. HEX triplet: FA, 27 and 83. RGB value is (250,39,131). Sum of RGB (Red+Green+Blue) = 250+39+131=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2783 is #05D87C. Grayscale: #707070. Windows color (decimal): -383101 or 8595450. OLE color: 8595450.
HSL color Cylindrical-coordinate representation of color #FA2783: hue angle of 333.84º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2783 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 131 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.02 |
| HSL | 333.84º | 0.95% | 0.57% | - |
| HSV(B) | 333.84º | 0.84% | 0.98% | - |
| XYZ | 44.25 | 23.41 | 23.66 | - |
| YUV | 112.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 131 | 0 | 0.84 | 0.48 | 0.02 | 333.84 | 0.95 | 0.57 |
| Hex | FA | 27 | 83 | 0 | 54 | 30 | 2 | 14E | 5F | 39 |
| Octal | 372 | 47 | 203 | 0 | 124 | 60 | 2 | 516 | 137 | 71 |
| Binary | 11111010 | 100111 | 10000011 | 0 | 1010100 | 110000 | 10 | 101001110 | 1011111 | 111001 |
Color Harmonies of #FA2783
Complementary color
Monochromatic Colors of #FA2783
Black with #FA2783
Text Example
Text Example
White with #FA2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2783; }
p { color: rgb(250,39,131); }
H1.HeaderClassName
{
color: #FA2783;
}
.AnyTagClassName
{
color: #FA2783;
}
</style>
background-color css
<style>
a { background-color: #FA2783; }
a { background-color: rgb(250,39,131); }
div.DivClassName
{
background-color: #FA2783;
}
.BgClassName
{
background-color: #FA2783;
}
</style>
border-color css
<style>
span { border-color: #FA2783; }
span { border-color: rgb(250,39,131); }
td.TdClassName
{
border-color: #FA2783;
}
.TagClassName
{
border-color: #FA2783;
}
</style>