Shades of Wild Strawberry #FA2D87
Tints of Wild Strawberry #FA2D87
RGB
CMYK
RGB Variations
Color information
#FA2D87 (or 0xFA2D87) is known color: Wild Strawberry. HEX triplet: FA, 2D and 87. RGB value is (250,45,135). Sum of RGB (Red+Green+Blue) = 250+45+135=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D87 is #05D278. Grayscale: #747474. Windows color (decimal): -381561 or 8859130. OLE color: 8859130.
HSL color Cylindrical-coordinate representation of color #FA2D87: hue angle of 333.66º 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 #FA2D87 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 135 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.02 |
| HSL | 333.66º | 0.95% | 0.58% | - |
| HSV(B) | 333.66º | 0.82% | 0.98% | - |
| XYZ | 44.74 | 23.95 | 25.19 | - |
| YUV | 116.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 135 | 0 | 0.82 | 0.46 | 0.02 | 333.66 | 0.95 | 0.58 |
| Hex | FA | 2D | 87 | 0 | 52 | 2E | 2 | 14E | 5F | 3A |
| Octal | 372 | 55 | 207 | 0 | 122 | 56 | 2 | 516 | 137 | 72 |
| Binary | 11111010 | 101101 | 10000111 | 0 | 1010010 | 101110 | 10 | 101001110 | 1011111 | 111010 |
Color Harmonies of #FA2D87
Complementary color
Monochromatic Colors of #FA2D87
Black with #FA2D87
Text Example
Text Example
White with #FA2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D87; }
p { color: rgb(250,45,135); }
H1.HeaderClassName
{
color: #FA2D87;
}
.AnyTagClassName
{
color: #FA2D87;
}
</style>
background-color css
<style>
a { background-color: #FA2D87; }
a { background-color: rgb(250,45,135); }
div.DivClassName
{
background-color: #FA2D87;
}
.BgClassName
{
background-color: #FA2D87;
}
</style>
border-color css
<style>
span { border-color: #FA2D87; }
span { border-color: rgb(250,45,135); }
td.TdClassName
{
border-color: #FA2D87;
}
.TagClassName
{
border-color: #FA2D87;
}
</style>