Shades of Wild Strawberry #FA3091
Tints of Wild Strawberry #FA3091
RGB
CMYK
RGB Variations
Color information
#FA3091 (or 0xFA3091) is known color: Wild Strawberry. HEX triplet: FA, 30 and 91. RGB value is (250,48,145). Sum of RGB (Red+Green+Blue) = 250+48+145=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3091 is #05CF6E. Grayscale: #777777. Windows color (decimal): -380783 or 9515258. OLE color: 9515258.
HSL color Cylindrical-coordinate representation of color #FA3091: hue angle of 331.19º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3091 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 145 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.02 |
| HSL | 331.19º | 0.95% | 0.58% | - |
| HSV(B) | 331.19º | 0.81% | 0.98% | - |
| XYZ | 45.59 | 24.48 | 29.11 | - |
| YUV | 119.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 145 | 0 | 0.81 | 0.42 | 0.02 | 331.19 | 0.95 | 0.58 |
| Hex | FA | 30 | 91 | 0 | 51 | 2A | 2 | 14B | 5F | 3A |
| Octal | 372 | 60 | 221 | 0 | 121 | 52 | 2 | 513 | 137 | 72 |
| Binary | 11111010 | 110000 | 10010001 | 0 | 1010001 | 101010 | 10 | 101001011 | 1011111 | 111010 |
Color Harmonies of #FA3091
Complementary color
Monochromatic Colors of #FA3091
Black with #FA3091
Text Example
Text Example
White with #FA3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3091; }
p { color: rgb(250,48,145); }
H1.HeaderClassName
{
color: #FA3091;
}
.AnyTagClassName
{
color: #FA3091;
}
</style>
background-color css
<style>
a { background-color: #FA3091; }
a { background-color: rgb(250,48,145); }
div.DivClassName
{
background-color: #FA3091;
}
.BgClassName
{
background-color: #FA3091;
}
</style>
border-color css
<style>
span { border-color: #FA3091; }
span { border-color: rgb(250,48,145); }
td.TdClassName
{
border-color: #FA3091;
}
.TagClassName
{
border-color: #FA3091;
}
</style>