Shades of Wild Strawberry #FA3E9D
Tints of Wild Strawberry #FA3E9D
RGB
CMYK
RGB Variations
Color information
#FA3E9D (or 0xFA3E9D) is known color: Wild Strawberry. HEX triplet: FA, 3E and 9D. RGB value is (250,62,157). Sum of RGB (Red+Green+Blue) = 250+62+157=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3E9D is #05C162. Grayscale: #808080. Windows color (decimal): -377187 or 10305274. OLE color: 10305274.
HSL color Cylindrical-coordinate representation of color #FA3E9D: hue angle of 329.68º 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 #FA3E9D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 157 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 329.68º | 0.95% | 0.61% | - |
| HSV(B) | 329.68º | 0.75% | 0.98% | - |
| XYZ | 47.23 | 26.2 | 34.47 | - |
| YUV | 129.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 157 | 0 | 0.75 | 0.37 | 0.02 | 329.68 | 0.95 | 0.61 |
| Hex | FA | 3E | 9D | 0 | 4B | 25 | 2 | 14A | 5F | 3D |
| Octal | 372 | 76 | 235 | 0 | 113 | 45 | 2 | 512 | 137 | 75 |
| Binary | 11111010 | 111110 | 10011101 | 0 | 1001011 | 100101 | 10 | 101001010 | 1011111 | 111101 |
Color Harmonies of #FA3E9D
Complementary color
Monochromatic Colors of #FA3E9D
Black with #FA3E9D
Text Example
Text Example
White with #FA3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E9D; }
p { color: rgb(250,62,157); }
H1.HeaderClassName
{
color: #FA3E9D;
}
.AnyTagClassName
{
color: #FA3E9D;
}
</style>
background-color css
<style>
a { background-color: #FA3E9D; }
a { background-color: rgb(250,62,157); }
div.DivClassName
{
background-color: #FA3E9D;
}
.BgClassName
{
background-color: #FA3E9D;
}
</style>
border-color css
<style>
span { border-color: #FA3E9D; }
span { border-color: rgb(250,62,157); }
td.TdClassName
{
border-color: #FA3E9D;
}
.TagClassName
{
border-color: #FA3E9D;
}
</style>