Shades of Wild Strawberry #FA3E9E
Tints of Wild Strawberry #FA3E9E
RGB
CMYK
RGB Variations
Color information
#FA3E9E (or 0xFA3E9E) is known color: Wild Strawberry. HEX triplet: FA, 3E and 9E. RGB value is (250,62,158). Sum of RGB (Red+Green+Blue) = 250+62+158=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3E9E is #05C161. Grayscale: #808080. Windows color (decimal): -377186 or 10370810. OLE color: 10370810.
HSL color Cylindrical-coordinate representation of color #FA3E9E: hue angle of 329.36º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3E9E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 158 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 329.36º | 0.95% | 0.61% | - |
| HSV(B) | 329.36º | 0.75% | 0.98% | - |
| XYZ | 47.32 | 26.24 | 34.92 | - |
| YUV | 129.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 158 | 0 | 0.75 | 0.37 | 0.02 | 329.36 | 0.95 | 0.61 |
| Hex | FA | 3E | 9E | 0 | 4B | 25 | 2 | 149 | 5F | 3D |
| Octal | 372 | 76 | 236 | 0 | 113 | 45 | 2 | 511 | 137 | 75 |
| Binary | 11111010 | 111110 | 10011110 | 0 | 1001011 | 100101 | 10 | 101001001 | 1011111 | 111101 |
Color Harmonies of #FA3E9E
Complementary color
Monochromatic Colors of #FA3E9E
Black with #FA3E9E
Text Example
Text Example
White with #FA3E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E9E; }
p { color: rgb(250,62,158); }
H1.HeaderClassName
{
color: #FA3E9E;
}
.AnyTagClassName
{
color: #FA3E9E;
}
</style>
background-color css
<style>
a { background-color: #FA3E9E; }
a { background-color: rgb(250,62,158); }
div.DivClassName
{
background-color: #FA3E9E;
}
.BgClassName
{
background-color: #FA3E9E;
}
</style>
border-color css
<style>
span { border-color: #FA3E9E; }
span { border-color: rgb(250,62,158); }
td.TdClassName
{
border-color: #FA3E9E;
}
.TagClassName
{
border-color: #FA3E9E;
}
</style>