Shades of Wild Strawberry #FA2D88
Tints of Wild Strawberry #FA2D88
RGB
CMYK
RGB Variations
Color information
#FA2D88 (or 0xFA2D88) is known color: Wild Strawberry. HEX triplet: FA, 2D and 88. RGB value is (250,45,136). Sum of RGB (Red+Green+Blue) = 250+45+136=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D88 is #05D277. Grayscale: #747474. Windows color (decimal): -381560 or 8924666. OLE color: 8924666.
HSL color Cylindrical-coordinate representation of color #FA2D88: hue angle of 333.37º 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 #FA2D88 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 136 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.02 |
| HSL | 333.37º | 0.95% | 0.58% | - |
| HSV(B) | 333.37º | 0.82% | 0.98% | - |
| XYZ | 44.81 | 23.98 | 25.56 | - |
| YUV | 116.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 136 | 0 | 0.82 | 0.46 | 0.02 | 333.37 | 0.95 | 0.58 |
| Hex | FA | 2D | 88 | 0 | 52 | 2E | 2 | 14D | 5F | 3A |
| Octal | 372 | 55 | 210 | 0 | 122 | 56 | 2 | 515 | 137 | 72 |
| Binary | 11111010 | 101101 | 10001000 | 0 | 1010010 | 101110 | 10 | 101001101 | 1011111 | 111010 |
Color Harmonies of #FA2D88
Complementary color
Monochromatic Colors of #FA2D88
Black with #FA2D88
Text Example
Text Example
White with #FA2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D88; }
p { color: rgb(250,45,136); }
H1.HeaderClassName
{
color: #FA2D88;
}
.AnyTagClassName
{
color: #FA2D88;
}
</style>
background-color css
<style>
a { background-color: #FA2D88; }
a { background-color: rgb(250,45,136); }
div.DivClassName
{
background-color: #FA2D88;
}
.BgClassName
{
background-color: #FA2D88;
}
</style>
border-color css
<style>
span { border-color: #FA2D88; }
span { border-color: rgb(250,45,136); }
td.TdClassName
{
border-color: #FA2D88;
}
.TagClassName
{
border-color: #FA2D88;
}
</style>