Shades of Wild Strawberry #FA2C90
Tints of Wild Strawberry #FA2C90
RGB
CMYK
RGB Variations
Color information
#FA2C90 (or 0xFA2C90) is known color: Wild Strawberry. HEX triplet: FA, 2C and 90. RGB value is (250,44,144). Sum of RGB (Red+Green+Blue) = 250+44+144=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C90 is #05D36F. Grayscale: #747474. Windows color (decimal): -381808 or 9448698. OLE color: 9448698.
HSL color Cylindrical-coordinate representation of color #FA2C90: hue angle of 330.87º 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 #FA2C90 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 144 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.02 |
| HSL | 330.87º | 0.95% | 0.58% | - |
| HSV(B) | 330.87º | 0.82% | 0.98% | - |
| XYZ | 45.36 | 24.14 | 28.65 | - |
| YUV | 116.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 144 | 0 | 0.82 | 0.42 | 0.02 | 330.87 | 0.95 | 0.58 |
| Hex | FA | 2C | 90 | 0 | 52 | 2A | 2 | 14B | 5F | 3A |
| Octal | 372 | 54 | 220 | 0 | 122 | 52 | 2 | 513 | 137 | 72 |
| Binary | 11111010 | 101100 | 10010000 | 0 | 1010010 | 101010 | 10 | 101001011 | 1011111 | 111010 |
Color Harmonies of #FA2C90
Complementary color
Monochromatic Colors of #FA2C90
Black with #FA2C90
Text Example
Text Example
White with #FA2C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C90; }
p { color: rgb(250,44,144); }
H1.HeaderClassName
{
color: #FA2C90;
}
.AnyTagClassName
{
color: #FA2C90;
}
</style>
background-color css
<style>
a { background-color: #FA2C90; }
a { background-color: rgb(250,44,144); }
div.DivClassName
{
background-color: #FA2C90;
}
.BgClassName
{
background-color: #FA2C90;
}
</style>
border-color css
<style>
span { border-color: #FA2C90; }
span { border-color: rgb(250,44,144); }
td.TdClassName
{
border-color: #FA2C90;
}
.TagClassName
{
border-color: #FA2C90;
}
</style>