Shades of Wild Strawberry #FA2D83
Tints of Wild Strawberry #FA2D83
RGB
CMYK
RGB Variations
Color information
#FA2D83 (or 0xFA2D83) is known color: Wild Strawberry. HEX triplet: FA, 2D and 83. RGB value is (250,45,131). Sum of RGB (Red+Green+Blue) = 250+45+131=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D83 is #05D27C. Grayscale: #737373. Windows color (decimal): -381565 or 8596986. OLE color: 8596986.
HSL color Cylindrical-coordinate representation of color #FA2D83: hue angle of 334.83º 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 #FA2D83 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 131 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.02 |
| HSL | 334.83º | 0.95% | 0.58% | - |
| HSV(B) | 334.83º | 0.82% | 0.98% | - |
| XYZ | 44.46 | 23.84 | 23.73 | - |
| YUV | 116.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 131 | 0 | 0.82 | 0.48 | 0.02 | 334.83 | 0.95 | 0.58 |
| Hex | FA | 2D | 83 | 0 | 52 | 30 | 2 | 14F | 5F | 3A |
| Octal | 372 | 55 | 203 | 0 | 122 | 60 | 2 | 517 | 137 | 72 |
| Binary | 11111010 | 101101 | 10000011 | 0 | 1010010 | 110000 | 10 | 101001111 | 1011111 | 111010 |
Color Harmonies of #FA2D83
Complementary color
Monochromatic Colors of #FA2D83
Black with #FA2D83
Text Example
Text Example
White with #FA2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D83; }
p { color: rgb(250,45,131); }
H1.HeaderClassName
{
color: #FA2D83;
}
.AnyTagClassName
{
color: #FA2D83;
}
</style>
background-color css
<style>
a { background-color: #FA2D83; }
a { background-color: rgb(250,45,131); }
div.DivClassName
{
background-color: #FA2D83;
}
.BgClassName
{
background-color: #FA2D83;
}
</style>
border-color css
<style>
span { border-color: #FA2D83; }
span { border-color: rgb(250,45,131); }
td.TdClassName
{
border-color: #FA2D83;
}
.TagClassName
{
border-color: #FA2D83;
}
</style>